|
@@ -55,7 +55,7 @@ DYFLAGS =
|
|
|
# build CFLAGS, LDFLAGS
|
|
# build CFLAGS, LDFLAGS
|
|
|
#
|
|
#
|
|
|
ifeq (${OPENAIS_BUILD}, RELEASE)
|
|
ifeq (${OPENAIS_BUILD}, RELEASE)
|
|
|
- CFLAGS += -O3 -Wall -DDEBUG
|
|
|
|
|
|
|
+ CFLAGS += -O3 -Wall
|
|
|
# -Wstrict-aliasing=2 TODO sameday fix all of these
|
|
# -Wstrict-aliasing=2 TODO sameday fix all of these
|
|
|
ifndef OPENAIS_PROFILE
|
|
ifndef OPENAIS_PROFILE
|
|
|
CFLAGS += -fomit-frame-pointer
|
|
CFLAGS += -fomit-frame-pointer
|