-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
.Mk.yaml
44 lines (43 loc) · 833 Bytes
/
.Mk.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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# https://github.com/Gottox/mk
configure:
- -Dwerror=true
- -Ddefault_library=static
- -Dcurl=enabled
- -Dzlib=enabled
- -Dlz4=enabled
- -Dlzma=enabled
- -Dzstd=enabled
- -Dfuse=enabled
- -Dfuse-old=enabled
mode:
default:
configure:
- -Db_lundef=false
- -Dtest=true
- -Ddoc=internal
- -Dexamples=true
- -Db_coverage=true
- -Db_sanitize=address,undefined
default:
- test
bench:
configure:
- --optimization=3
- -Ddebug=true
- -Dtest=false
- -Dexamples=false
- -Dfuzzer=false
- -Ddoc=false
- -Db_coverage=false
- -Db_sanitize=none
- -Db_lto=true
fuzz:
configure:
- -Dfuzzer=true
- -Dfuzzer_timeout=300
extended:
configure:
- -Dtest=extended
clang:
env:
CC: clang