Skip to content
Snippets Groups Projects
Commit 101e282c authored by Dave Houlton's avatar Dave Houlton
Browse files

DRTVWR-528 eradicate tab char found in 00-Common.cmake (fails Mac build)

parent b1964a47
No related branches found
No related tags found
No related merge requests found
......@@ -81,7 +81,7 @@ if (WINDOWS)
set(CMAKE_CXX_FLAGS_RELEASE
"${OG_CMAKE_CXX_FLAGS_RELEASE} ${LL_CXX_FLAGS} /Zo"
CACHE STRING "C++ compiler release options" FORCE)
# zlib has assembly-language object files incompatible with SAFESEH
set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} /LARGEADDRESSAWARE /SAFESEH:NO /NODEFAULTLIB:LIBCMT /IGNORE:4099")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment