Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Arm Trusted Firmware
Commits
62a72942
"vscode:/vscode.git/clone" did not exist on "69507c9518f7c7889d8f47ec8e67bfda02405817"
Commit
62a72942
authored
May 21, 2019
by
Sandrine Bailleux
Committed by
TrustedFirmware Code Review
May 21, 2019
Browse files
Merge "romlib: Improve compilation flags definition" into integration
parents
b189a206
2b929c98
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/romlib/Makefile
View file @
62a72942
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment