mirror of
https://github.com/jamriska/ebsynth.git
synced 2026-04-03 09:46:39 +02:00
add the CPU backend
This commit is contained in:
2
build-linux-cpu_only.sh
Executable file
2
build-linux-cpu_only.sh
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user