mirror of
https://github.com/jamriska/ebsynth.git
synced 2025-12-15 16:07:46 +01:00
3 lines
197 B
Bash
Executable File
3 lines
197 B
Bash
Executable File
#!/bin/sh
|
|
nvcc -arch compute_30 src/ebsynth.cpp src/ebsynth_cpu.cpp src/ebsynth_cuda.cu -I"include" -DNDEBUG -D__CORRECT_ISO_CPP11_MATH_H_PROTO -O6 -std=c++11 -w -Xcompiler -fopenmp -o bin/ebsynth
|