aboutsummaryrefslogtreecommitdiffstats
path: root/usrinst.sh
diff options
context:
space:
mode:
Diffstat (limited to 'usrinst.sh')
-rwxr-xr-xusrinst.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/usrinst.sh b/usrinst.sh
index c24e5bf..5857f29 100755
--- a/usrinst.sh
+++ b/usrinst.sh
@@ -1,8 +1,9 @@
#!/bin/sh
CPPFLAGS=-DUSBINARY ./configure --prefix=/usr \
- --disable-shared --disable-debug --without-conf --sysconfdir=/etc \
---with-vcl \
+ --disable-shared --without-conf --sysconfdir=/etc \
+ --with-vcl \
+ --enable-debug --enable-profile \
$*
echo ""