summaryrefslogtreecommitdiff
path: root/conf.sh
diff options
context:
space:
mode:
authormwesdorp <mwesdorp>2012-05-02 11:21:00 +0000
committermwesdorp <mwesdorp>2012-05-02 11:21:00 +0000
commit6a7bb1cfc80ab60ef4cdb603595710e1b798f35a (patch)
treeaf8003f774aabd78bbe6c01da425b3087cc72307 /conf.sh
parent33220191bc807807333659d072aba0ee43ee465a (diff)
Prepare for new release sqsh-2.1.8
Diffstat (limited to 'conf.sh')
-rwxr-xr-xconf.sh20
1 files changed, 20 insertions, 0 deletions
diff --git a/conf.sh b/conf.sh
new file mode 100755
index 0000000..3dc7cfc
--- /dev/null
+++ b/conf.sh
@@ -0,0 +1,20 @@
+#!/bin/bash
+
+export CC="gcc"
+
+#
+# 64bit compile flag settings
+#
+export CFLAGS="-g -O2 -m64"
+export LDFLAGS="-m64"
+export CPPFLAGS="-DSYB_LP64"
+
+#
+# 32bit compile flag settings
+#
+#export CFLAGS="-g -O2"
+#export LDFLAGS=""
+#export CPPFLAGS=""
+
+./configure --with-readline # --with-x --with-motif
+