Skip to content
Snippets Groups Projects
Commit 25361129 authored by Constantin P.'s avatar Constantin P. 💬
Browse files

...

parent 4612d87c
No related branches found
No related tags found
2 merge requests!1242Feature 9324,!1240...
Pipeline #29316 passed with stage
in 13 minutes and 26 seconds
......@@ -170,7 +170,7 @@ if(WIN32)
set(_CCOPT "-static -std=gnu11 ${CFLAGS_WARNINGS} -O3 -fPIC -fno-ident -ffast-math -fno-strict-aliasing -ftree-vectorize -mfpmath=sse -mmmx -msse2 -fno-asynchronous-unwind-tables -ffunction-sections -Wl,--gc-sections")
if(NOT DAP_DBG_INFO)
add_definitions ("-DNDEBUG")
set(_CCOPT "${_CCOPT} -mconsole -Wl,--strip-all")
set(_CCOPT "${_CCOPT} -Wl,--strip-all")
endif()
endif()
......
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