mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-06-10 19:23:31 -07:00
DEBUG STUFF TO SAVE TIME 😄
This commit is contained in:
+7
-2
@@ -21,9 +21,11 @@ ENV.AppendUnique(
|
||||
# "-MMD",
|
||||
# "-MP",
|
||||
"-Wall",
|
||||
"-Wextra",
|
||||
"-Werror",
|
||||
# "-Wextra",
|
||||
# "-Werror",
|
||||
"-Wno-address-of-packed-member",
|
||||
"-Wimplicit-function-declaration",
|
||||
"-Wbuiltin-declaration-mismatch",
|
||||
"-Wredundant-decls",
|
||||
"-Wdouble-promotion",
|
||||
"-fdata-sections",
|
||||
@@ -32,6 +34,9 @@ ENV.AppendUnique(
|
||||
"-fno-math-errno",
|
||||
"-fstack-usage",
|
||||
"-g",
|
||||
"-Wno-unused-parameter",
|
||||
"-Wno-type-limits",
|
||||
"-Wno-unused-variable",
|
||||
# "-Wno-stringop-overread",
|
||||
# "-Wno-stringop-overflow",
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user