From: helly Date: Mon, 5 Jun 2006 22:02:23 +0000 (+0000) Subject: - Make the devel options generate debuginfo and not use optimization X-Git-Tag: 0.13.6~280 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=22bde133f128497514d3d3fa542c94a22deffc61;p=re2c - Make the devel options generate debuginfo and not use optimization --- diff --git a/re2c/Makefile.am b/re2c/Makefile.am index 60822795..7c5b6645 100755 --- a/re2c/Makefile.am +++ b/re2c/Makefile.am @@ -11,7 +11,7 @@ BUILT_SOURCES = parser.cc scanner.cc man_MANS = re2c.1 #CXXFLAGS = -O2 -Wall -Wno-unused -Wno-parentheses -Wno-deprecated -#CXXFLAGS = -O2 -Wall -Wextra -pedantic -Wconversion -Wpointer-arith -Wwrite-strings -Wredundant-decls -Werror -Wunused-function -DPEDANTIC +#CXXFLAGS = -O0 -ggdb -Wall -Wextra -pedantic -Wconversion -Wpointer-arith -Wwrite-strings -Wredundant-decls -Werror -Wunused-function -DPEDANTIC YFLAGS = -d RE2C = re2c$(EXEEXT)