Skip to content

Commit b94ad86

Browse files
committed
Organize MSVC flags
1 parent 5706502 commit b94ad86

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

lib/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ if(MSVC)
2727
target_compile_options(StormByte PRIVATE $<$<CONFIG:Release>:/O2>)
2828
target_compile_options(StormByte PRIVATE $<$<CONFIG:Debug>:/Od>)
2929
target_compile_definitions(StormByte PUBLIC UNICODE NOMINMAX) # Create problems if disabled
30-
target_link_options(StormByte PRIVATE $<$<CONFIG:Release>:/LTCG /GL>)
3130
else()
3231
set(CMAKE_CXX_FLAGS_DEBUG "-pipe -g -ggdb -Wall -Wextra -Wnon-virtual-dtor -pedantic -pedantic-errors -O0")
3332
endif()

0 commit comments

Comments
 (0)