Michael Bestas | 3a0209e | 2023-05-04 01:15:47 +0300 | [diff] [blame] | 1 | GNSS_CFLAGS = [ |
2 | "-Werror", | ||||
Michael Bestas | be23492 | 2023-06-07 23:28:37 +0300 | [diff] [blame] | 3 | "-Wno-undefined-bool-conversion", |
Michael Bestas | 3a0209e | 2023-05-04 01:15:47 +0300 | [diff] [blame] | 4 | ] |
5 | |||||
6 | /* Activate the following for debug purposes only, | ||||
7 | comment out for production */ | ||||
8 | GNSS_SANITIZE_DIAG = { | ||||
9 | /* | ||||
10 | diag: { | ||||
11 | cfi: true, | ||||
12 | misc_undefined: [ | ||||
13 | "bounds", | ||||
14 | "null", | ||||
15 | "unreachable", | ||||
16 | "integer", | ||||
17 | ], | ||||
18 | }, | ||||
19 | */ | ||||
20 | } |