Files
ebsynth/build-linux.sh

3 lines
147 B
Bash
Raw Normal View History

2018-04-16 04:23:07 +02:00
#!/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"