Skip to content
Snippets Groups Projects
Commit c060fdcb authored by Gregory Nutt's avatar Gregory Nutt
Browse files

Simplified optimization for the SAM4E-EK

parent 8a45dd09
No related branches found
No related tags found
No related merge requests found
......@@ -70,7 +70,7 @@ ifeq ($(CONFIG_DEBUG_SYMBOLS),y)
endif
ifneq ($(CONFIG_DEBUG_NOOPT),y)
ARCHOPTIMIZATION += $(MAXOPTIMIZATION) -fno-strict-aliasing -fno-strength-reduce -fomit-frame-pointer
ARCHOPTIMIZATION += $(MAXOPTIMIZATION)
endif
ARCHCFLAGS = -fno-builtin
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment