SOURCES: tcm-opt.patch (NEW) - don't use hardcoded compiler options

baggins baggins at pld-linux.org
Tue Nov 22 23:55:11 CET 2005


Author: baggins                      Date: Tue Nov 22 22:55:11 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- don't use hardcoded compiler options

---- Files affected:
SOURCES:
   tcm-opt.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/tcm-opt.patch
diff -u /dev/null SOURCES/tcm-opt.patch:1.1
--- /dev/null	Tue Nov 22 23:55:11 2005
+++ SOURCES/tcm-opt.patch	Tue Nov 22 23:55:06 2005
@@ -0,0 +1,11 @@
+--- tcm-2.20/src/Config.tmpl_linux~	2005-11-22 22:56:03.931033624 +0100
++++ tcm-2.20/src/Config.tmpl_linux	2005-11-22 23:01:21.541086496 +0100
+@@ -6,7 +6,7 @@
+ STRIP           = true 
+ 
+ CFLAGS          = -Wall -pedantic
+-CFLAGS      	+= -O3 -fomit-frame-pointer
++CFLAGS      	+= $(OPTFLAGS)
+ # CFLAGS      	+= -g
+ 
+ XWIN_HOME	= /usr/X11R6
================================================================



More information about the pld-cvs-commit mailing list