comfortable-swipe/cpp.compile.sh
2020-04-18 01:05:15 +08:00

10 lines
199 B
Bash
Executable File

#!/bin/bash
dir="$(dirname $0)"
version="$(cat "$dir/VERSION" | tr -d '[:space:]')"
exec g++ $@ \
-std=c++11 \
-O2 -lxdo -Wno-unused-result \
-DCOMFORTABLE_SWIPE_VERSION="\"$version\""