Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
rnnoise
Commits
fb5f5a63
Unverified
Commit
fb5f5a63
authored
Aug 07, 2017
by
Jean-Marc Valin
Browse files
temporary compile script
Will have a makefile at some point
parent
99d28911
Changes
1
Show whitespace changes
Inline
Side-by-side
src/compile.sh
0 → 100755
View file @
fb5f5a63
#!/bin/sh
gcc
-Wall
-W
-O3
-g
denoise.c kiss_fft.c pitch.c celt_lpc.c rnn.c rnn_data.c
-o
denoise
-lm
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment