|
|
|
@ -147,7 +147,7 @@ if test x$enable_debug != xyes; then
|
|
|
|
|
CFLAGS="-DNDEBUG $CFLAGS" |
|
|
|
|
else |
|
|
|
|
if test x$GCC = xyes; then |
|
|
|
|
CFLAGS="-g -pedantic -Wall -Wextra -Wno-unused-parameter -Wno-char-subscripts $CFLAGS" |
|
|
|
|
CFLAGS="-g -pedantic -Wall -Wextra -Wno-unused-parameter -Wno-char-subscripts -Wno-strict-aliasing $CFLAGS" |
|
|
|
|
fi |
|
|
|
|
CFLAGS="-DDEBUG $CFLAGS" |
|
|
|
|
fi |
|
|
|
|