We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7147fe1 commit 5a0f145Copy full SHA for 5a0f145
1 file changed
dependencies/O2PhysicsCompileFlags.cmake
@@ -65,7 +65,7 @@ endif()
65
66
if(APPLE)
67
else()
68
-set(SPLIT_DWARF "-gsplit-dwarf=single")
+set(SPLIT_DWARF "-gsplit-dwarf")
69
endif()
70
71
set(CMAKE_CXX_FLAGS_COVERAGE "${SPLIT_DWARF} -O2 -fprofile-arcs -ftest-coverage")
0 commit comments