From ebca523501d1417650e96f096619dfca66469c9f Mon Sep 17 00:00:00 2001 From: ygrek Date: Sun, 19 Oct 2008 14:30:13 +0300 Subject: [PATCH] with debug info --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index e1a2555..6bb25e7 100644 --- a/Makefile +++ b/Makefile @@ -9,10 +9,10 @@ VERSION = 2.3.0 RM = rm -f LIBRARY = libprop.a CC = g++-3.3 -COPTS = -O6 -pedantic -frepo +COPTS = -O6 -pedantic -frepo -g PROP_COPTS = $(COPTS) #LIBRARY_COPTS = -O6 -pedantic -Wall -fexternal-templates -LIBRARY_COPTS = -O6 -pedantic -Wall +LIBRARY_COPTS = -O6 -pedantic -Wall -g LDOPTS = #-lg++ TARGET_BIN_DIR = /usr/local/bin -- 2.11.4.GIT