X
diff --git a/net/ccnx/Portfile b/net/ccnx/Portfile
index bf42b42..21fb9e9 100644
--- a/net/ccnx/Portfile
+++ b/net/ccnx/Portfile
@@ -37,7 +37,7 @@
configure.env-append OPENSSL_CFLAGS=-I${prefix}/include
configure.env-append OPENSSL_LIBS=-L${prefix}/lib
configure.env-append INSTALL_BASE=${prefix}
-configure.cflags-append -DCCNX_DIR=\\\"${prefix}/etc/ccnx\\\" -g3
+configure.cflags -DCCNX_DIR=\\\"${prefix}/etc/ccnx\\\" -g3 -O0
pre-build {
reinplace "s|\$HOME/.ccnx/|${prefix}/etc/ccnx/|g" ${worksrcpath}/csrc/util/ccndstart.sh