blob: fb78f0489e02e0975917abf2a48218ee9bd171ee [file] [log] [blame]
Michael Bestas3a0209e2023-05-04 01:15:47 +03001GNSS_CFLAGS = [
2 "-Werror",
Michael Bestasbe234922023-06-07 23:28:37 +03003 "-Wno-undefined-bool-conversion",
Michael Bestas3a0209e2023-05-04 01:15:47 +03004]
5
6/* Activate the following for debug purposes only,
7 comment out for production */
8GNSS_SANITIZE_DIAG = {
9/*
10 diag: {
11 cfi: true,
12 misc_undefined: [
13 "bounds",
14 "null",
15 "unreachable",
16 "integer",
17 ],
18 },
19*/
20}