blob: fe75705b6b46eb0ed89f477bafc8025cece1587f [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 tsan.
CFLAGS=" -fsanitize=thread,fuzzer-no-link"
CXXFLAGS=" -fsanitize=thread,fuzzer-no-link"
LDFLAGS=" -Xcompiler -fsanitize=thread,fuzzer-no-link"