mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +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:
parent
e7986f168f
commit
ea49ca93dd
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue