change CFLAGS to compile on Linux
This commit is contained in:
4
configure
vendored
4
configure
vendored
@@ -2692,13 +2692,13 @@ if test "$ac_test_CFLAGS" = set; then
|
||||
CFLAGS=$ac_save_CFLAGS
|
||||
elif test $ac_cv_prog_cc_g = yes; then
|
||||
if test "$GCC" = yes; then
|
||||
CFLAGS="-g -O2"
|
||||
CFLAGS="-g -O2 -std=gnu89"
|
||||
else
|
||||
CFLAGS="-g"
|
||||
fi
|
||||
else
|
||||
if test "$GCC" = yes; then
|
||||
CFLAGS="-O2"
|
||||
CFLAGS="-O2 -std=gnu89"
|
||||
else
|
||||
CFLAGS=
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user