- Use optimized semantics as previously decided (OPTIMIZED = 1 if DBG = 0)

svn path=/trunk/; revision=14027
This commit is contained in:
Thomas Bluemel
2005-03-13 18:55:01 +00:00
parent 785ffdc0da
commit 57946d8a9a
2 changed files with 1 additions and 6 deletions
-5
View File
@@ -27,11 +27,6 @@ KDBG := 0
#
DBG := 0
#
# Whether to compile with optimizations
#
OPTIMIZED := 0
#
# Whether to compile a multiprocessor or single processor version
#
+1 -1
View File
@@ -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