Commit 62a72942 authored by Sandrine Bailleux's avatar Sandrine Bailleux Committed by TrustedFirmware Code Review
Browse files

Merge "romlib: Improve compilation flags definition" into integration

parents b189a206 2b929c98
......@@ -24,9 +24,9 @@ else
Q :=
endif
LDFLAGS := --gc-sections -O1
ifeq ($(DEBUG),1)
CFLAGS := -g
LDFLAGS := -g --gc-sections -O1 -Map=$(MAPFILE)
LDFLAGS += -Map=$(MAPFILE)
endif
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment