File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,9 +25,9 @@ ENDIF()
2525
2626# Default options per compiler
2727IF ("${CMAKE_CXX_COMPILER_ID} " STREQUAL "MSVC" OR ${COMPILER_CLANG_CL} )
28- SET (WALRUS_CXXFLAGS /std:c++14 /fp:strict /Zc:__cplusplus /EHs /source -charset:utf-8 /D_CRT_SECURE_NO_WARNINGS /D_SILENCE_CXX17_ITERATOR_BASE_CLASS_DEPRECATION_WARNING /wd4244 /wd4267 /wd4805 /wd4018 /wd4172)
28+ SET (WALRUS_CXXFLAGS /std:c++14 /fp:strict /Zc:__cplusplus /EHs /source -charset:utf-8 /D_CRT_SECURE_NO_WARNINGS /DGC_NOT_DLL / D_SILENCE_CXX17_ITERATOR_BASE_CLASS_DEPRECATION_WARNING /wd4244 /wd4267 /wd4805 /wd4018 /wd4172)
2929 SET (WALRUS_CXXFLAGS_RELEASE /O2 /Oy-)
30- SET (WALRUS_THIRDPARTY_CFLAGS /D_CRT_SECURE_NO_WARNINGS /Oy- /wd4146 /EHs)
30+ SET (WALRUS_THIRDPARTY_CFLAGS /D_CRT_SECURE_NO_WARNINGS /DGC_NOT_DLL / Oy- /wd4146 /EHs)
3131 IF (${COMPILER_CLANG_CL} )
3232 SET (WALRUS_CXXFLAGS ${WALRUS_CXXFLAGS} /EHs -Wno-invalid-offsetof -Wno-inline-new-delete -fintegrated-cc1)
3333 ENDIF ()
You can’t perform that action at this time.
0 commit comments