Skip to content

Commit 771b078

Browse files
committed
Fix lgtm settings
1 parent 986cdb4 commit 771b078

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.lgtm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ extraction:
1919
configure:
2020
command:
2121
- mkdir build
22-
- cmake -D ENABLE_LARGE_TESTS:BOOL=FALSE -D OPT_ENABLE_COVERAGE:BOOL=TRUE -D ENABLE_DEVELOPER_MODE:BOOL=FALSE -D -S . -B build
22+
- cmake -D ENABLE_LARGE_TESTS:BOOL=FALSE -D OPT_ENABLE_COVERAGE:BOOL=TRUE -D ENABLE_DEVELOPER_MODE:BOOL=FALSE -D -D CMAKE_BUILD_TYPE:STRING=Debug -S . -B build
2323
index:
2424
build_command: cmake --build ./build -- -j2

0 commit comments

Comments
 (0)