From f9867b33453047343aef2bc08e347455187c3e60 Mon Sep 17 00:00:00 2001 From: Cori Barker Date: Sun, 19 Apr 2026 20:44:42 +0100 Subject: Regenerated files using new configs --- src/Makefile.in | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/Makefile.in') diff --git a/src/Makefile.in b/src/Makefile.in index 06881b3..d2644e8 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -87,6 +87,8 @@ NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : bin_PROGRAMS = blc$(EXEEXT) +@DEBUG_TRUE@am__append_1 = -O0 -g3 -fsanitize=address,undefined -fno-omit-frame-pointer +@DEBUG_FALSE@am__append_2 = -O2 -DNDEBUG subdir = src ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.ac @@ -252,10 +254,8 @@ blc_SOURCES = \ lexer.cpp \ parser.cpp -AM_CXXFLAGS = \ - -std=c++17 \ - -I$(top_srcdir)/include - +AM_CXXFLAGS = -std=c++17 -I$(top_srcdir)/include -Wall -Wextra \ + -Wpedantic $(am__append_1) $(am__append_2) all: all-am .SUFFIXES: -- cgit v1.2.3