Unverified Commit 7fc948a3 authored by Kip's avatar Kip Committed by GitHub

Update test-compilation-and-link.sh

test-compilation-and-link.sh: Add -std=c++17 -Wall -Werror to compile and link DEP-8 test...
parent cfb690b3
......@@ -27,7 +27,7 @@ int main()
EOF
g++ -o pistache_test pistache_test.cpp `pkg-config --cflags --libs libpistache`
g++ -o pistache_test pistache_test.cpp -std=c++17 -Wall -Werror `pkg-config --cflags --libs libpistache`
echo "build: OK"
[ -x pistache_test ]
./pistache_test
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment