Skip to content
Snippets Groups Projects
Commit 3e712482 authored by Jean-Marc Valin's avatar Jean-Marc Valin
Browse files

Fix compile

parent 0fb031a9
No related branches found
No related tags found
No related merge requests found
#!/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
gcc -o test_lpcnet -mavx2 -mfma -g -O3 -Wall -W -Wextra lpcnet.c nnet.c nnet_data.c -lm
gcc -o test_lpcnet -mavx2 -mfma -g -O3 -Wall -W -Wextra lpcnet.c nnet.c nnet_data.c denoise.c kiss_fft.c pitch.c celt_lpc.c -lm
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment