blob: cff6010cda6d8269347aab76351204b9b3fa4de4 (
plain)
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
|
CompileFlags:
CompilationDatabase: .
Add:
- -g
- -O0
- -I.
- -Wall
- -Wextra
- -Wno-unused-variable
- -Wno-unused-function
- -Wno-undefined-internal
- -Wno-implicit-function-declaration
- -lX11
- -lm
Remove:
- -O*
- -Ofast
Diagnostics:
Suppress:
- pp_file_not_found
- unused-command-line-argument
- unknown-warning-option
Index:
Background: Build
|