We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d06624 commit 23dd0bdCopy full SHA for 23dd0bd
simdjson-flags.cmake
@@ -39,7 +39,6 @@ add_library(simdjson-internal-flags INTERFACE)
39
target_link_libraries(simdjson-internal-flags INTERFACE simdjson-flags)
40
41
if(MSVC)
42
- target_compile_options(simdjson-internal-flags INTERFACE /nologo)
43
target_compile_options(simdjson-internal-flags INTERFACE /WX /W3 /sdl)
44
else()
45
target_compile_options(simdjson-internal-flags INTERFACE -fPIC)
0 commit comments