Skip to content

Commit 1fc7f93

Browse files
aleasimsnkaskov
authored andcommitted
Reduce default debug info level for rslang
#144
1 parent ae55560 commit 1fc7f93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ if(CMAKE_BUILD_TYPE MATCHES Debug)
180180
list(APPEND RSLANG_BUILD_ARGS --enable-debug)
181181
list(APPEND RSLANG_BUILD_ARGS --enable-debug-assertions)
182182
list(APPEND RSLANG_BUILD_ARGS --enable-debug-assertions-std)
183-
list(APPEND RSLANG_BUILD_ARGS --debuginfo-level=2)
183+
list(APPEND RSLANG_BUILD_ARGS --debuginfo-level=1)
184184
endif()
185185

186186
message(STATUS "Configuring rslang")

0 commit comments

Comments
 (0)