Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
nek5000
giraffe
Commits
24cfa7cb
Commit
24cfa7cb
authored
Oct 19, 2016
by
Cody Permann
Browse files
Abusing EXTERNAL_FLAGS to get what I want
parent
9e5cfd3e
Changes
1
Hide whitespace changes
Inline
Side-by-side
examples/template_example/Makefile
View file @
24cfa7cb
...
...
@@ -47,8 +47,7 @@ APPLICATION_DIR := $(CURDIR)
APPLICATION_NAME
:=
$(
shell
basename
$(APPLICATION_DIR)
)
MAIN_DIR
:=
$(MOON_DIR)
/src
BUILD_EXEC
:=
yes
ADDITIONAL_LIBS
:=
$(NEK_OBJ)
$(NEK_LIB)
EXTERNAL_FLAGS
:=
-Wl
,-no_compact_unwind
EXTERNAL_FLAGS
:=
$(NEK_OBJ)
$(NEK_LIB)
-Wl
,-no_compact_unwind
DEP_APPS
:=
$(
shell
$(FRAMEWORK_DIR)
/scripts/find_dep_apps.py
$(APPLICATION_NAME)
)
include
$(FRAMEWORK_DIR)/app.mk
...
...
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