summaryrefslogtreecommitdiffstats
path: root/tools/fuzzing/libfuzzer-flags.mozbuild
blob: 258f4a68c212794a2fa6cc1a6e30a0e6d500a803 (plain)
1
2
3
4
5
6
7
8
9
10
# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*-
# vim: set filetype=python:
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

libfuzzer_flags = []

if CONFIG["LIBFUZZER_FLAGS"]:
    libfuzzer_flags += CONFIG["LIBFUZZER_FLAGS"]