mirror of
https://github.com/jamriska/ebsynth.git
synced 2026-04-03 17:56:24 +02:00
initial commit
This commit is contained in:
2
build-linux.sh
Executable file
2
build-linux.sh
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
nvcc -arch compute_30 src/ebsynth.cu -o bin/ebsynth -I "include" -std=c++11 -Xcompiler "-DNDEBUG -O6 -D__CORRECT_ISO_CPP11_MATH_H_PROTO"
|
||||
Reference in New Issue
Block a user