summaryrefslogtreecommitdiffstats
path: root/go
diff options
context:
space:
mode:
authoralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-07-22 19:49:37 +0000
committeralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-07-22 19:49:37 +0000
commit6c17fbc184e98be0a8c46c1ed383f838de57f80c (patch)
treeba5a657540603e3d25deeba135b5864f4f65efe8 /go
parenta9bb4776d6000ced0fdbcbee731a13d5ebf1922c (diff)
downloadzabbix-6c17fbc184e98be0a8c46c1ed383f838de57f80c.tar.gz
zabbix-6c17fbc184e98be0a8c46c1ed383f838de57f80c.tar.xz
zabbix-6c17fbc184e98be0a8c46c1ed383f838de57f80c.zip
- support of database cache for history and trends (Alexei)
git-svn-id: svn://svn.zabbix.com/trunk@4462 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'go')
-rwxr-xr-xgo4
1 files changed, 2 insertions, 2 deletions
diff --git a/go b/go
index 8ed2189b..ed64f3c2 100755
--- a/go
+++ b/go
@@ -26,14 +26,14 @@ automake
#exit
echo Configuring...
#export CFLAGS="-Wall -Wuninitialized -O -DDEBUG"
-export CFLAGS="-Wall -Wuninitialized -O"
+export CFLAGS="-Wall -Wuninitialized -O -g"
cd create/schema
./gen.pl c >../../include/dbsync.h
cd -
#export CFLAGS="-Wall -pedantic"
#for db in sqlite3 pgsql mysql; do
for db in mysql; do
- ./configure --enable-agent --enable-server --with-$db --prefix=`pwd` 2>>WARNINGS >/dev/null
+ ./configure --enable-agent --with-net-snmp --with-libcurl --with-ldap --enable-server --with-$db --prefix=`pwd` 2>>WARNINGS >/dev/null
echo Cleaning...
make clean 2>>WARNINGS >/dev/null
echo Making...