[CMAKE/GCC]

* Compile debug builds using -O1 instead of -Os. This results in faster compilation time with no measurable difference in runtime performance according to tests.
CORE-7374 #resolve #comment Committed in r59598.

svn path=/trunk/; revision=59598
This commit is contained in:
Amine Khaldi
2013-07-31 13:04:38 +00:00
parent cb4aa225d1
commit bb6b018427

View File

@@ -10,7 +10,7 @@ set(OARCH "pentium" CACHE STRING
set(TUNE "i686" CACHE STRING
"Which CPU ReactOS should be optimized for.")
set(OPTIMIZE "1" CACHE STRING
set(OPTIMIZE "4" CACHE STRING
"What level of optimization to use.
0 = off
1 = Default option, optimize for size (-Os) with some additional options