From 2a3a6b15a8d5d96c2a309805dbb647cfd72da300 Mon Sep 17 00:00:00 2001 From: Michael Gernoth Date: Tue, 8 Sep 2009 09:33:38 +0200 Subject: [PATCH] allow overriding $CC for tclx --- src/tclx/config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tclx/config.mk b/src/tclx/config.mk index 22d43cb..69ca791 100644 --- a/src/tclx/config.mk +++ b/src/tclx/config.mk @@ -60,7 +60,7 @@ XPM_LIBS=-L/usr/X11R6/lib -lXpm # profiling is enabled, the DO_STRIPPING option below must be disabled. # -CC=gcc +#CC=gcc OPTIMIZE_FLAG=-O3 -DIS_LINUX #OPTIMIZE_FLAG=-g -DIS_LINUX -- 2.39.2