Enforce OPTIMIZE = 3 for PROFILE builds, suggested by MG (nw)

master
Miodrag Milanovic 2015-03-29 16:18:52 +02:00
parent c95c00c8c0
commit a600e61c58
1 changed files with 1 additions and 0 deletions

View File

@ -241,6 +241,7 @@ endif
ifdef PROFILE
PROFILER =
SYMBOLS = 1
OPTIMIZE = 3
ifndef SYMLEVEL
SYMLEVEL = 1
endif