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 ae55560 commit 1fc7f93Copy full SHA for 1fc7f93
CMakeLists.txt
@@ -180,7 +180,7 @@ if(CMAKE_BUILD_TYPE MATCHES Debug)
180
list(APPEND RSLANG_BUILD_ARGS --enable-debug)
181
list(APPEND RSLANG_BUILD_ARGS --enable-debug-assertions)
182
list(APPEND RSLANG_BUILD_ARGS --enable-debug-assertions-std)
183
- list(APPEND RSLANG_BUILD_ARGS --debuginfo-level=2)
+ list(APPEND RSLANG_BUILD_ARGS --debuginfo-level=1)
184
endif()
185
186
message(STATUS "Configuring rslang")
0 commit comments