Merge branch 'master' into staging

This commit is contained in:
Arnold D. Robbins 2020-02-28 13:24:19 +02:00
commit 92b775b3ec
2 changed files with 2 additions and 1 deletions

2
lex.c
View File

@ -30,7 +30,7 @@ THIS SOFTWARE.
#include "ytab.h"
extern YYSTYPE yylval;
extern int infunc;
extern bool infunc;
int lineno = 1;
int bracecnt = 0;

View File

@ -22,6 +22,7 @@
# THIS SOFTWARE.
# ****************************************************************/
CFLAGS = -fsanitize=address -O1 -g -fno-omit-frame-pointer -fno-optimize-sibling-calls
CFLAGS = -g
CFLAGS =
CFLAGS = -O2