Open
Description
We could make some improvements in build process:
-
Remove
-Wno-
and fix code (maybe will have to leave some of them)
Lines 10 to 14 in 94706bf
-
Remove
-gdwarf-4
and check that build is still working (should be fine)
Line 137 in 94706bf
-
Set compilation flags for Release, Debug and RelWithDebInfo build types by adding something like
set(CMAKE_CXX_FLAGS_DEBUG "-g -O0")
set(CMAKE_CXX_FLAGS_RELWITHDEBINFO "-g1 -O3 -DNDEBUG)")
set(CMAKE_CXX_FLAGS_RELEASE "-g0 -O3 -DNDEBUG")
Metadata
Metadata
Assignees
Type
Projects
Status
📋 Backlog