Update start.sh
Browse files
start.sh
CHANGED
@@ -23,7 +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
|
27 |
-
|
28 |
-
python runner.py --port "$PORT" $NOSERVER
|
29 |
-
|
|
|
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
|
|
|
|
|
|