Removed -O3 & -flto from compile; unsafe!

This commit is contained in:
kun1z 2020-11-03 13:09:54 -06:00
parent c1aac0ac81
commit 8b679fd46c

View File

@ -1,2 +1,2 @@
#!/usr/bin/bash
gcc main.c -o tinypage -Wall -Werror -Wfatal-errors -O3 -flto -fomit-frame-pointer -march=native -mtune=native
gcc main.c -o tinypage -Wall -Werror -Wfatal-errors -pipe -O2 -fomit-frame-pointer -march=athlon64