Skip to content
Snippets Groups Projects
Commit 03dd6511 authored by Roman Khlopkov's avatar Roman Khlopkov 🔜
Browse files

Merge branch 'release-5.2' of gitlab.demlabs.net:cellframe/cellframe-sdk into release-5.2

parents db91d481 cba55b97
No related branches found
No related tags found
No related merge requests found
Pipeline #25485 failed with stage
in 5 minutes and 19 seconds
......@@ -101,7 +101,7 @@ if(UNIX)
set(_LOPT "-pg")
SET(CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} -pg")
else()
set(_CCOPT "${CFLAGS_WARNINGS} -O3 -fPIC -fno-strict-aliasing -fno-ident -ffast-math -ftree-vectorize -fno-asynchronous-unwind-tables -ffunction-sections -Wl,--gc-sections -Wl,--strip-all -std=gnu11")
set(_CCOPT "${CFLAGS_WARNINGS} -O3 -fPIC -fno-strict-aliasing -fno-ident -ffast-math -ftree-vectorize -fno-asynchronous-unwind-tables -ffunction-sections -Wl,--gc-sections -std=gnu11")
if(NOT DAP_DBG_INFO)
set(_CCOPT "${_CCOPT} -Wl,--strip-all")
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