Ouch, remove debugging flags, which crept in with the previous commit.

This commit is contained in:
Mikhail Teterin 2005-02-25 16:26:25 +00:00
parent f6d86f3ffe
commit 827b9dbfaa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=129775

View file

@ -6,7 +6,6 @@ CC = ${CXX} # a hack to force linking with c++
SRCS = sql-mysql.cc sql.cc sql-manager.cc
CXXFLAGS+= -I${LOCALBASE}/include/${TCL_VERSION}
CXXFLAGS+= -I${LOCALBASE}/include/mysql
CXXFLAGS+= -O0 -g
LDADD += -L${LOCALBASE}/lib -l${TCL_NODOT}
LDADD += -L${LOCALBASE}/lib/mysql -lmysqlclient