Files
ebsynth/build-linux-cpu_only.sh

3 lines
133 B
Bash
Raw Normal View History

2018-09-14 14:01:45 +02:00
#!/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