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 49163a4 commit 1e0334dCopy full SHA for 1e0334d
.travis.yml
@@ -101,7 +101,7 @@ install:
101
eval ${PRE_COMMAND} ${COMMAND}
102
- COMMAND="make -C src clean" &&
103
104
- - COMMAND="make -C src CXX=$COMPILER CXXFLAGS=\"-Wall -O0 -ggdb3 -Werror -Wno-deprecated-register -pedantic -Wno-sign-compare -DDEBUG\" -j2" &&
+ - COMMAND="make -C src CXX=\"$COMPILER\" CXXFLAGS=\"-Wall -O0 -ggdb3 -Werror -Wno-deprecated-register -pedantic -Wno-sign-compare -DDEBUG\" -j2" &&
105
106
107
script:
0 commit comments