-
Notifications
You must be signed in to change notification settings - Fork 1
/
libexeptor.yaml
29 lines (28 loc) · 896 Bytes
/
libexeptor.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
target_groups:
compilers:
del-options:
- -Werror
- -s
add-options:
- -Wno-error
- -Wno-unknown-pragmas
- -Wno-unused-value
- -g
- -fno-omit-frame-pointer
replacements:
gcc: afl-clang-fast
/usr/bin/gcc: /usr/local/bin/afl-clang-fast
g++: afl-clang-fast++
/usr/bin/g++: /usr/local/bin/afl-clang-fast++
clang: afl-clang-fast
/usr/bin/clang: /usr/local/bin/afl-clang-fast
clang++: afl-clang-fast++
/usr/bin/clang++: /usr/local/bin/afl-clang-fast++
tools:
# del-options:
# add-options:
replacements:
gcc-ranlib: llvm-ranlib
/usr/bin/gcc-ranlib: /usr/bin/llvm-ranlib
gcc-ar: llvm-ar
/usr/bin/gcc-ar: /usr/bin/llvm-ar