Make w3seek happy. Setting OPTIMIZE=yes as en enviro-var (do NOT add to config) will force optimizations for debug builds too (not recommended)

svn path=/trunk/; revision=14368
This commit is contained in:
Alex Ionescu 2005-03-28 17:27:20 +00:00
parent e7986f168f
commit ea49ca93dd

View file

@ -648,7 +648,7 @@ endif
# Protect uncompatible files here with an ifneq
# if needed, until their problems can be found
#
ifeq ($(DBG), 0)
ifneq ($(DBG),1)
MK_CFLAGS += -O2 -Wno-strict-aliasing
MK_CPPFLAGS += -O2 -Wno-strict-aliasing
endif