summaryrefslogtreecommitdiff
path: root/test/compile-c++20.sh
blob: 502063b8b869ec6088e538d39131108df81ae6b0 (plain)
1
2
3
4
#!/bin/sh

# g++ as provided by Debian Buster (used for CI tests) does not support c++20
exec g++ -std=c++2a -Wall -Wextra -pedantic -I../src -o inflate inflate-app.c ../src/inflate.c