src/Makefile.in

changeset 51
5acf05940667
parent 50
63477d92411d
     1.1 --- a/src/Makefile.in	Wed May 31 12:32:22 2017 +0200
     1.2 +++ b/src/Makefile.in	Wed May 31 12:51:24 2017 +0200
     1.3 @@ -260,8 +260,8 @@
     1.4  top_build_prefix = @top_build_prefix@
     1.5  top_builddir = @top_builddir@
     1.6  top_srcdir = @top_srcdir@
     1.7 -@DEBUG_FALSE@AM_CFLAGS = -std=gnu99 -O2
     1.8 -@DEBUG_TRUE@AM_CFLAGS = -std=gnu99 -O0 -Wall
     1.9 +@DEBUG_FALSE@AM_CFLAGS = -O2
    1.10 +@DEBUG_TRUE@AM_CFLAGS = -g -O0 -Wall
    1.11  cline_SOURCES = arguments.c bfile_heuristics.c cline.c regex_parser.c \
    1.12  		scanner.c settings.c string_list.c suffix_fnc.c
    1.13  

mercurial