Skip to content
Snippets Groups Projects
Commit 3134a7ca authored by nimrod's avatar nimrod
Browse files

Optimize C version build.

parent c795373a
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@ __pycache__:
py3compile -V 3.0- prime.py
a.out:
gcc --std=c99 -Wall -lm prime.c
gcc --std=c99 -Wall -lm -O3 prime.c
clean:
- rm -fr a.out __pycache__
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment