Sign in
webkit
/
WebKit
/
29a2e8f77bd7d7c8be7a41b633ceed5d54f16465
/
.
/
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