tRevert build flag for producing optimized code - cngf-pf - continuum model for granular flows with pore-pressure dynamics (renamed from 1d_fd_simple_shear)
(HTM) git clone git://src.adamsgaard.dk/cngf-pf
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit d6e285b12517fd15ea9488cbce20737297e4c9a7
(DIR) parent 189f29ca5c8abdc06a1f66c110f2988746484f9a
(HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Tue, 24 Mar 2020 18:47:48 +0100
Revert build flag for producing optimized code
Diffstat:
M Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/Makefile b/Makefile
t@@ -23,7 +23,7 @@ DOC = \
README.md\
LICENSE
-HERE_CFLAGS = ${CFLAGS} -std=c99 -pedantic -Wall -O0 -g
+HERE_CFLAGS = ${CFLAGS} -std=c99 -pedantic -Wall -O2 -g
HERE_LDFLAGS = ${LDFLAGS} -lm -g
GLOBALCONST = -DVERSION=\"${VERSION}\"