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 ...@@ -24,9 +24,9 @@ else
Q := Q :=
endif endif
LDFLAGS := --gc-sections -O1
ifeq ($(DEBUG),1) ifeq ($(DEBUG),1)
CFLAGS := -g LDFLAGS += -Map=$(MAPFILE)
LDFLAGS := -g --gc-sections -O1 -Map=$(MAPFILE)
endif 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