Ouch, remove debugging flags, which crept in with the previous commit.
This commit is contained in:
parent
f6d86f3ffe
commit
827b9dbfaa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=129775
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue