1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-07-04 13:52:35 +00:00

cleaning, ejected dfu

This commit is contained in:
tychovrahe 2023-09-11 09:52:55 +02:00
parent add3fd7d56
commit f0ff6cbca9

View File

@ -383,7 +383,7 @@ CPU_CCFLAGS = '-mthumb -mabi=aapcs -mcpu=cortex-m4 -mfloat-abi=hard -mfpu=fpv4-s
env.Replace( env.Replace(
COPT=env.get('ENV').get('OPTIMIZE', '-Og'), COPT=env.get('ENV').get('OPTIMIZE', '-Os'),
CCFLAGS='$COPT ' CCFLAGS='$COPT '
'-g3 ' '-g3 '
'-std=gnu11 -Wall -Werror -Wdouble-promotion -Wpointer-arith -Wno-missing-braces -Wno-unused-function ' '-std=gnu11 -Wall -Werror -Wdouble-promotion -Wpointer-arith -Wno-missing-braces -Wno-unused-function '