Skip to content

Commit

Permalink
FIX: optimizzation for compiler set to default (if needed to change, …
Browse files Browse the repository at this point in the history
…just comment out this line)
  • Loading branch information
kYroL01 committed Oct 3, 2019
1 parent f84882a commit 5042c0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ AC_ARG_ENABLE(extramodules,
AC_MSG_RESULT([$EXTRAMODULES])
AC_SUBST([EXTRAMODULES])

CFLAGS="-g -O0"
#CFLAGS="-g -O0"

CONFIG_CFLAGS="${CFLAGS}"
CONFIG_LDFLAGS="${LDFLAGS}"
Expand Down

0 comments on commit 5042c0a

Please sign in to comment.