Aryanne commited on
Commit
3db7c19
·
verified ·
1 Parent(s): 19ae973

Update start.sh

Browse files
Files changed (1) hide show
  1. start.sh +1 -1
start.sh CHANGED
@@ -23,4 +23,4 @@ done
23
 
24
  find . -maxdepth 1 -type f -name '*.so' -exec rm {} \;
25
 
26
- g++ -O3 -Wall -Wextra -pedantic -march=native -fPIC -funroll-loops -ffinite-math-only -fopenmp -shared -o libfract.so fract.cpp
 
23
 
24
  find . -maxdepth 1 -type f -name '*.so' -exec rm {} \;
25
 
26
+ g++ -O3 -Wall -Wextra -pedantic -march=native -fPIC -funroll-loops -fopenmp -shared -o libfract.so fract.cpp