Files
ebsynth/build-linux.sh
Ondrej Jamriska 784ca88cc3 initial commit
2018-04-16 04:23:07 +02:00

3 lines
147 B
Bash
Executable File

#!/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"