blob: 76c9cbf5c8769ccf55150fd3a9d0ba8e238ccfe4 (
plain)
1
2
3
4
5
6
7
|
--- WinQuake/Makefile.orig 2003-07-14 15:13:27.000000000 -0400
+++ WinQuake/Makefile 2003-07-14 15:17:10.000000000 -0400
@@ -39,3 +39,3 @@
BASE_CFLAGS=-Dstricmp=strcasecmp
-RELEASE_CFLAGS=$(BASE_CFLAGS) -g -mpentiumpro -O6 -ffast-math -funroll-loops \
+RELEASE_CFLAGS=$(BASE_CFLAGS) GENTOO_CFLAGS -O6 -ffast-math -funroll-loops \
-fomit-frame-pointer -fexpensive-optimizations
|