mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2024-11-12 23:44:21 +00:00
4 lines
127 B
Bash
4 lines
127 B
Bash
|
#!/bin/sh
|
||
|
export CFLAGS="-O3 -funroll-loops -march=pentiumpro -mpentiumpro -malign-functions=4 -malign-loops=4"
|
||
|
./configure $*
|