mirror of
https://github.com/jamriska/ebsynth.git
synced 2025-12-16 16:37:50 +01:00
3 lines
147 B
Bash
3 lines
147 B
Bash
|
|
#!/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"
|