Sign in
webkit
/
WebKit
/
1f5bafe5ae87a22fbc029b76fb26b628be327746
/
.
/
PerformanceTests
/
StitchMarker
/
ogiroux.sh
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