1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-29 08:40:57 +00:00

firmware: disable stack protector for now

This commit is contained in:
Pavol Rusnak 2017-10-11 21:31:31 +02:00
parent 6413c2c23e
commit 0e7095dd9c
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -324,7 +324,6 @@ env.Replace(
'-std=gnu99 -Wall -Werror -Wdouble-promotion -Wpointer-arith '
'-mthumb -mtune=cortex-m4 -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard '
'-fsingle-precision-constant -fdata-sections -ffunction-sections ' +
'-fstack-protector-all ' +
CCFLAGS_MOD,
CCFLAGS_QSTR='-DNO_QSTR -DN_X64 -DN_X86 -DN_THUMB',
CCFLAGS_OPT='-O3',