diff options
Diffstat (limited to 'Makefile.linux')
| -rw-r--r-- | Makefile.linux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.linux b/Makefile.linux index e1dac8f..0f3d37f 100644 --- a/Makefile.linux +++ b/Makefile.linux @@ -1,6 +1,6 @@ CC = gcc # Either this one -CFLAGS = -Wall -DREGEX_STANDALONE -fPIC -DREG_DEBUG -g +CFLAGS = -Wall -DREGEX_STANDALONE -fPIC -DREG_DEBUG -g -O0 # Or this one #CFLAGS = -Wall -DREGEX_STANDALONE -fPIC -D_NDEBUG -O3 LDFLAGS = -shared |
