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
Commit
62a72942
authored
5 years ago
by
Sandrine Bailleux
Committed by
TrustedFirmware Code Review
5 years ago
Browse files
Options
Download
Plain Diff
Merge "romlib: Improve compilation flags definition" into integration
parents
b189a206
2b929c98
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lib/romlib/Makefile
+2
-2
lib/romlib/Makefile
with
2 additions
and
2 deletions
+2
-2
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
...
...
This diff is collapsed.
Click to expand it.
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