mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-07-15 00:08:11 -07:00
force build params
This commit is contained in:
@@ -69,7 +69,7 @@ vars.AddVariables(
|
||||
BoolVariable(
|
||||
"DEBUG",
|
||||
help="Enable debug build",
|
||||
default=True,
|
||||
default=False,
|
||||
),
|
||||
BoolVariable(
|
||||
"LIB_DEBUG",
|
||||
@@ -79,7 +79,7 @@ vars.AddVariables(
|
||||
BoolVariable(
|
||||
"COMPACT",
|
||||
help="Optimize for size",
|
||||
default=False,
|
||||
default=True,
|
||||
),
|
||||
EnumVariable(
|
||||
"TARGET_HW",
|
||||
|
||||
@@ -28,7 +28,7 @@ else:
|
||||
"NDEBUG",
|
||||
],
|
||||
CCFLAGS=[
|
||||
"-Og",
|
||||
"-Os",
|
||||
],
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user