blob: 819ab4b60a8b35aeb34f3b9aac97dbbb3e5ff500 [file] [log] [blame]
#!/bin/bash
set -e
set -u
set -x
FLAGS="-Os -W -std=c++14 -fvisibility=hidden"
INCLUDES="-I./ogiroux/ -I./ogiroux/include"
xcrun clang++ -o semaphore ./ogiroux/lib/semaphore.cpp ./ogiroux/test.cpp $FLAGS $INCLUDES