mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-10 06:31:56 +00:00
c492f8145f
Evertying still compiles in linux, but if anything broke, I don't particulary care at this point :)
3 lines
127 B
Bash
3 lines
127 B
Bash
#!/bin/sh
|
|
export CFLAGS="-O3 -funroll-loops -march=pentiumpro -mpentiumpro -malign-functions=4 -malign-loops=4"
|
|
./configure $*
|