]> git.pld-linux.org Git - packages/tcl.git/blame - tcl-opt.patch
- "Tcl" and "Tk" unifications (and few others)
[packages/tcl.git] / tcl-opt.patch
CommitLineData
ce581dfc
JB
1--- tcl8.4.7/unix/Makefile.in.orig 2004-08-05 23:13:09.095934376 +0200
2+++ tcl8.4.7/unix/Makefile.in 2004-08-05 23:29:44.108669448 +0200
bd32470e 3@@ -88,9 +88,9 @@
8c120865
JK
4 # To change the compiler switches, for example to change from optimization to
5 # debugging symbols, change the following line:
6 #CFLAGS = $(CFLAGS_DEBUG)
7-#CFLAGS = $(CFLAGS_OPTIMIZE)
8+CFLAGS = $(CFLAGS_OPTIMIZE)
9 #CFLAGS = $(CFLAGS_DEBUG) $(CFLAGS_OPTIMIZE)
ce581dfc
JB
10-CFLAGS = @CFLAGS_DEFAULT@ @CFLAGS@ -DTCL_DBGX=$(TCL_DBGX)
11+#CFLAGS = @CFLAGS_DEFAULT@ @CFLAGS@ -DTCL_DBGX=$(TCL_DBGX)
8c120865 12
bd32470e
AF
13 # Flags to pass to the linker
14 LDFLAGS_DEBUG = @LDFLAGS_DEBUG@
This page took 0.071793 seconds and 4 git commands to generate.