mirror of
https://github.com/reactos/reactos.git
synced 2026-06-01 00:40:26 +08:00
[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user