mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 04:13:33 +00:00
Alex Ionescu <[email protected]>
- Use optimized semantics as previously decided (OPTIMIZED = 1 if DBG = 0) svn path=/trunk/; revision=14027
This commit is contained in:
@@ -27,11 +27,6 @@ KDBG := 0
|
||||
#
|
||||
DBG := 0
|
||||
|
||||
#
|
||||
# Whether to compile with optimizations
|
||||
#
|
||||
OPTIMIZED := 0
|
||||
|
||||
#
|
||||
# Whether to compile a multiprocessor or single processor version
|
||||
#
|
||||
|
||||
@@ -648,7 +648,7 @@ endif
|
||||
# Protect uncompatible files here with an ifneq
|
||||
# if needed, until their problems can be found
|
||||
#
|
||||
ifeq ($(OPTIMIZED), 1)
|
||||
ifeq ($(DBG), 0)
|
||||
MK_CFLAGS += -O2 -Wno-strict-aliasing
|
||||
MK_CPPFLAGS += -O2 -Wno-strict-aliasing
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user