File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2424 - name : Build tests with coverage
2525 run : |
2626 make clean
27- make test COVERAGE=1 CXX=g++ CXXFLAGS="-std=c++14 - O0 -g --coverage" LDFLAGS="--coverage"
27+ make test COVERAGE=1 CXX=g++ CXXFLAGS="-O0 -g --coverage" LDFLAGS="--coverage"
2828
2929 - name : Run tests
3030 run : ./bin/test_main
Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ INTEL = $(shell type icpc >/dev/null 2>&1; echo $$?)
141141GCC = $(shell type g++ >/dev/null 2>&1; echo $$? )
142142
143143INCS = $(shell gsl-config --cflags) -Iinclude -Iinclude/*
144- CXXFLAGS = -std=c++14
144+ CXXFLAGS + = -std=c++14
145145LIBS = $(shell gsl-config --libs)
146146
147147# Add pthread to library if multithreading (embarrassingly parallel) is needed
You can’t perform that action at this time.
0 commit comments