mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2024-12-28 19:31:19 +08:00
Fix issue #736, still other errors on armsrc to solve
This commit is contained in:
parent
f7534f4120
commit
e8f723620e
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ VPATH = . ../common_arm ../common ../common/crapto1 ../common/mbedtls ../common/
|
|||
|
||||
INCLUDES = ../include/proxmark3_arm.h ../include/at91sam7s512.h ../include/config_gpio.h ../include/pm3_cmd.h
|
||||
|
||||
ARMCFLAGS = -mthumb-interwork
|
||||
ARMCFLAGS = -mthumb-interwork -fno-builtin
|
||||
DEFCFLAGS = -Wall -Werror -Os -pedantic -fstrict-aliasing -pipe
|
||||
|
||||
# Some more warnings we want as errors:
|
||||
|
|
Loading…
Reference in a new issue