diff options
| author | android-build-team Robot <android-build-team-robot@google.com> | 2020-03-01 00:08:25 +0000 |
|---|---|---|
| committer | android-build-team Robot <android-build-team-robot@google.com> | 2020-03-01 00:08:25 +0000 |
| commit | b4c7844c60a5cdf680baeebb425e2c4e199878fd (patch) | |
| tree | 9c5fc2963abe1478f4e8a695bf48a27dea38c8e3 | |
| parent | 556df6f6b3147d7f5a514ee18d406bb39dac8bfc (diff) | |
| parent | 73af097db58528a3b8b9b69af035786eb3724ae3 (diff) | |
| download | platform_external_one-true-awk-android11-tests-release.tar.gz platform_external_one-true-awk-android11-tests-release.tar.bz2 platform_external_one-true-awk-android11-tests-release.zip | |
Snap for 6250822 from 73af097db58528a3b8b9b69af035786eb3724ae3 to rvc-releaseandroid-vts-11.0_r1android-cts-11.0_r1android-11.0.0_r3android-11.0.0_r2android-11.0.0_r17android-11.0.0_r1android11-tests-releaseandroid11-releaseandroid11-gsi
Change-Id: Id16ecc01fa67a5c39adff379453cb25dc0036b4a
| -rw-r--r-- | lex.c | 2 | ||||
| -rw-r--r-- | makefile | 1 |
2 files changed, 2 insertions, 1 deletions
@@ -30,7 +30,7 @@ THIS SOFTWARE. #include "ytab.h" extern YYSTYPE yylval; -extern int infunc; +extern bool infunc; int lineno = 1; int bracecnt = 0; @@ -22,6 +22,7 @@ # THIS SOFTWARE. # ****************************************************************/ +CFLAGS = -fsanitize=address -O1 -g -fno-omit-frame-pointer -fno-optimize-sibling-calls CFLAGS = -g CFLAGS = CFLAGS = -O2 |
