summaryrefslogtreecommitdiff
path: root/fuzz/fuzz.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'fuzz/fuzz.gyp')
-rw-r--r--fuzz/fuzz.gyp16
1 files changed, 3 insertions, 13 deletions
diff --git a/fuzz/fuzz.gyp b/fuzz/fuzz.gyp
index 292930a75..3c7d94baf 100644
--- a/fuzz/fuzz.gyp
+++ b/fuzz/fuzz.gyp
@@ -50,20 +50,10 @@
],
'conditions': [
['fuzz_oss==0', {
- 'sources': [
- '<!@(ls <(DEPTH)/fuzz/libFuzzer/*.cpp)',
- ],
- 'cflags/': [
- ['exclude', '-fsanitize-coverage'],
- ],
- 'xcode_settings': {
- 'OTHER_CFLAGS/': [
- ['exclude', '-fsanitize-coverage'],
- ],
- },
- }, {
'all_dependent_settings': {
- 'libraries': ['-lFuzzingEngine'],
+ 'ldflags': [
+ '-fsanitize=fuzzer',
+ ],
}
}]
],