2023-05-17 19:07:25 +02:00
|
|
|
GNSS_CFLAGS = [
|
|
|
|
"-Werror",
|
2023-06-07 22:28:37 +02:00
|
|
|
"-Wno-undefined-bool-conversion",
|
2023-05-17 19:07:25 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
/* Activate the following for debug purposes only,
|
|
|
|
comment out for production */
|
|
|
|
GNSS_SANITIZE_DIAG = {
|
|
|
|
/*
|
|
|
|
diag: {
|
|
|
|
cfi: true,
|
|
|
|
misc_undefined: [
|
|
|
|
"bounds",
|
|
|
|
"null",
|
|
|
|
"unreachable",
|
|
|
|
"integer",
|
|
|
|
],
|
|
|
|
},
|
|
|
|
*/
|
|
|
|
}
|