* configure.ac: do not use -fno-strength-reduce -fomit-frame-pointer,
they're pretty useless for our project.
This commit is contained in:
+1
-1
@@ -74,7 +74,7 @@ AC_CHECK_LIB(dl, dlopen, [DL_LIBS="-ldl"])
|
||||
AC_SUBST(DL_LIBS)
|
||||
|
||||
# Optimizations
|
||||
CFLAGS="${CFLAGS} -g -O2 -fno-strength-reduce -fomit-frame-pointer"
|
||||
CFLAGS="${CFLAGS} -g -O2"
|
||||
# Code qui fait des warnings == code de porc == deux baffes dans ta gueule
|
||||
CFLAGS="${CFLAGS} -Wall -W -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user