Skip to content
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.

Commit

Permalink
Removal of MSVC TP compilation flag
Browse files Browse the repository at this point in the history
  • Loading branch information
rcrowder committed Aug 20, 2016
1 parent 4f01230 commit a4a5d3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CommonCompilerConfig.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ set(allow_link_with_undefined_symbols_flags "")

if(${CMAKE_CXX_COMPILER_ID} STREQUAL "MSVC")
# MS Visual C
set(shared_compile_flags "${shared_compile_flags} /TP /Zc:wchar_t /Gm- /fp:precise /errorReport:prompt /W1 /WX- /GR /Gd /GS /Oy- /EHs /analyze- /nologo")
set(shared_compile_flags "${shared_compile_flags} /Zc:wchar_t /Gm- /fp:precise /errorReport:prompt /W1 /WX- /GR /Gd /GS /Oy- /EHs /analyze- /nologo")
set(shared_linker_flags_unoptimized "${shared_linker_flags_unoptimized} /NOLOGO /SAFESEH:NO /NODEFAULTLIB:LIBCMT")
if("${BITNESS}" STREQUAL "32")
set(shared_linker_flags_unoptimized "${shared_linker_flags_unoptimized} /MACHINE:X86")
Expand Down

0 comments on commit a4a5d3f

Please sign in to comment.