Skip to content

Commit c74488b

Browse files
committed
compiling synthesis
1 parent 963bd98 commit c74488b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/compile.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
#!/bin/sh
22

33
gcc -DTRAINING=1 -Wall -W -O3 -g -I../include denoise.c kiss_fft.c pitch.c celt_lpc.c -o dump_data -lm
4+
gcc -o test_lpcnet -g -O2 -Wall -W -Wextra lpcnet.c nnet.c nnet_data.c -lm

0 commit comments

Comments
 (0)