Skip to content

Commit 430acfe

Browse files
committed
Increase debuging level
1 parent 4f135a9 commit 430acfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install-development

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ if [ x"$CC" == x ]; then
5454
exit 1
5555
fi
5656

57-
export CFLAGS="-g3 -O0 -Wall -Werror -fvisibility=hidden"
57+
export CFLAGS="-g -O0 -Wall -Werror -fvisibility=hidden"
5858

5959
if [ x"$CC" == xclang ]; then
6060
export CFLAGS="${CFLAGS} -fcolor-diagnostics"

0 commit comments

Comments
 (0)