mirror of
https://github.com/ZDoom/qzdoom-gpl.git
synced 2024-11-24 04:41:53 +00:00
- MSVC Release also needs the /Oi option for best performance.
This commit is contained in:
parent
d89ece5802
commit
cb74dd99ef
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ if( MSVC )
|
||||||
set( ALL_C_FLAGS "/GF /Gy /GR- /fp:fast" )
|
set( ALL_C_FLAGS "/GF /Gy /GR- /fp:fast" )
|
||||||
|
|
||||||
# Avoid CRT DLL dependancies in release builds
|
# Avoid CRT DLL dependancies in release builds
|
||||||
set( REL_C_FLAGS "/MT" )
|
set( REL_C_FLAGS "/MT /Oi" )
|
||||||
|
|
||||||
# Debug allocations in debug builds
|
# Debug allocations in debug builds
|
||||||
set( DEB_C_FLAGS "/D _CRTDBG_MAP_ALLOC" )
|
set( DEB_C_FLAGS "/D _CRTDBG_MAP_ALLOC" )
|
||||||
|
|
Loading…
Reference in a new issue