blob: 2bae2008df600c2ea6d3fa1d740c9f98f5b8694b [file] [log] [blame]
# Copyright 2019 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file
# Compiler flags to build all packages with libfuzzer.
CFLAGS=" -fsanitize=fuzzer-no-link"
CXXFLAGS=" -fsanitize=fuzzer-no-link"
LDFLAGS=" -Xcompiler -fsanitize=fuzzer-no-link -Wl,--allow-shlib-undefined"