summaryrefslogtreecommitdiff
blob: 3b2f87df40801739e7c8f9921ee01730070d7efd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- 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
--- QW/Makefile.orig	2003-07-14 15:13:12.000000000 -0400
+++ QW/Makefile	2003-07-14 15:15:41.000000000 -0400
@@ -44,5 +44,5 @@
 	-fomit-frame-pointer -fexpensive-optimizations
 else
-RELEASE_CFLAGS=$(BASE_CFLAGS) -m486 -O6 -ffast-math -funroll-loops \
+RELEASE_CFLAGS=$(BASE_CFLAGS) GENTOO_CFLAGS -O6 -ffast-math -funroll-loops \
 	-fomit-frame-pointer -fexpensive-optimizations -malign-loops=2 \
 	-malign-jumps=2 -malign-functions=2