Skip to content

Commit 5042c0a

Browse files
committed
FIX: optimizzation for compiler set to default (if needed to change, just comment out this line)
1 parent f84882a commit 5042c0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ AC_ARG_ENABLE(extramodules,
117117
AC_MSG_RESULT([$EXTRAMODULES])
118118
AC_SUBST([EXTRAMODULES])
119119

120-
CFLAGS="-g -O0"
120+
#CFLAGS="-g -O0"
121121

122122
CONFIG_CFLAGS="${CFLAGS}"
123123
CONFIG_LDFLAGS="${LDFLAGS}"

0 commit comments

Comments
 (0)