From 7d1c10c370e4647d7da16d0f8c7285f3d4449cb0 Mon Sep 17 00:00:00 2001 From: "N.N." Date: Tue, 18 Feb 2003 16:57:48 +0000 Subject: removed define for CXX in makefiles svn path=/trunk/externals/dfx/; revision=420 --- skidder/makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'skidder') diff --git a/skidder/makefile b/skidder/makefile index dcecc91..c5c2dd6 100755 --- a/skidder/makefile +++ b/skidder/makefile @@ -1,5 +1,5 @@ -CXX=g++-3.0 -CFLAGS=-O6 -mcpu=pentiumpro -g -g +CFLAGS=-O3 -g -ggdb +#CFLAGS=-O3 -march=athlon-xp -g -ggdb FLAGS=-DPD FLEXTPATH=/usr/local/lib/pd/externs/flext -- cgit v1.2.1