add build script for Mac

This commit is contained in:
Ondrej Jamriska
2018-09-14 16:31:12 +02:00
parent 66db8eddeb
commit 696fef0e33

2
build-macos-cpu_only.sh Normal file
View File

@@ -0,0 +1,2 @@
#!/bin/sh
clang++ src/ebsynth.cpp src/ebsynth_cpu.cpp src/ebsynth_nocuda.cpp -DNDEBUG -O3 -I"include" -std=c++11 -o bin/ebsynth