mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user