opus/dnn/compile.sh
2018-10-09 01:01:18 -04:00

3 lines
114 B
Bash
Executable file

#!/bin/sh
gcc -DTRAINING=1 -Wall -W -O3 -g -I../include denoise.c kiss_fft.c pitch.c celt_lpc.c -o dump_data -lm