diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2018-06-20 19:02:33 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2018-06-20 19:02:33 (GMT) |
commit | 96e3c4558ea9f37e810afa8c1155573891a88973 (patch) | |
tree | a0709cf64cba5abb279cef9716380379df76d929 | |
parent | 2a7c16cfa1be2a1c90be2fb29650eb2e10ab1728 (diff) |
Removed redundant options for CFLAGS.
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |