commit | 2e480713da7d8418cd0cdcab3ae899cd06c19f65 | [log] [tgz] |
---|---|---|
author | Florian Mayer <fmayer@google.com> | Fri Dec 07 16:25:41 2018 +0000 |
committer | Florian Mayer <fmayer@google.com> | Fri Dec 07 16:25:41 2018 +0000 |
tree | 2869ac82d8521180d6727ac1d4496157d14cbecb | |
parent | 3dde0186457b1f3540282e21bc15e80d131fa0cf [diff] [blame] |
Changes needed to run on OSS-Fuzz. Bump libunwindstack to build with system libc++. Bug: 69150303 Change-Id: I6a4fae6bb201f0e2164a6d04ad116f1b61e3bf0f
diff --git a/gn/standalone/BUILD.gn b/gn/standalone/BUILD.gn index 863b972..7c1e56d 100644 --- a/gn/standalone/BUILD.gn +++ b/gn/standalone/BUILD.gn
@@ -191,7 +191,7 @@ ] if (is_android) { cflags += [ "-Oz" ] - } else if (use_libfuzzer) { + } else if (is_fuzzer) { cflags += [ "-O1" ] } else { cflags += [ "-O3" ]