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 ea52962 commit 48b15b2Copy full SHA for 48b15b2
.travis.yml
@@ -25,4 +25,4 @@ before_install:
25
&& cd ..
26
&& rm release-1.8.0
27
28
-script: mkdir build && cd build && cmake .. -Dtest=ON && make && test/runTests && make memcheck
+script: mkdir build && cd build && cmake .. -Dtest=ON -DCMAKE_BUILD_TYPE=Debug && make && test/runTests && make memcheck
0 commit comments