summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-06-20 19:02:33 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-06-20 19:02:33 (GMT)
commit96e3c4558ea9f37e810afa8c1155573891a88973 (patch)
treea0709cf64cba5abb279cef9716380379df76d929 /autogen.sh
parent2a7c16cfa1be2a1c90be2fb29650eb2e10ab1728 (diff)
Removed redundant options for CFLAGS.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 5c2ba25..0250c30 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -31,5 +31,5 @@ automake --add-missing --copy
autoconf
# Define the way the program will be built
-#./configure --prefix=/dev/shm/chrysalide.git --enable-silent-rules --enable-debug CC=colorgcc CFLAGS="-O0 -ggdb"
+#./configure --prefix=/dev/shm/chrysalide.git --enable-silent-rules --enable-debug CC=colorgcc
#./configure --prefix=/usr/local --enable-silent-rules