Files
ebsynth/build-macos-cpu_only.sh

3 lines
128 B
Bash
Raw Permalink Normal View History

2018-09-14 16:31:12 +02:00
#!/bin/sh
clang++ src/ebsynth.cpp src/ebsynth_cpu.cpp src/ebsynth_nocuda.cpp -DNDEBUG -O3 -I"include" -std=c++11 -o bin/ebsynth