1d_fd_simple_shear

continuum model for granular flows with pore-pressure dynamics
git clone git://src.adamsgaard.dk/1d_fd_simple_shear
Log | Files | Refs | README | LICENSE Back to index

commit d6e285b12517fd15ea9488cbce20737297e4c9a7
parent 189f29ca5c8abdc06a1f66c110f2988746484f9a
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Tue, 24 Mar 2020 18:47:48 +0100

Revert build flag for producing optimized code

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -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}\"