Files
ebsynth/build-linux-cpu_only.sh
2018-09-14 14:01:45 +02:00

3 lines
133 B
Bash
Executable File

#!/bin/sh
g++ src/ebsynth.cpp src/ebsynth_cpu.cpp src/ebsynth_nocuda.cpp -DNDEBUG -O6 -fopenmp -I"include" -std=c++11 -o bin/ebsynth