summaryrefslogtreecommitdiffstats
path: root/make/Templates/Makefile.leaf
diff options
context:
space:
mode:
Diffstat (limited to 'make/Templates/Makefile.leaf')
-rw-r--r--make/Templates/Makefile.leaf7
1 files changed, 7 insertions, 0 deletions
diff --git a/make/Templates/Makefile.leaf b/make/Templates/Makefile.leaf
index 6f098d4b50..8d610b1c0e 100644
--- a/make/Templates/Makefile.leaf
+++ b/make/Templates/Makefile.leaf
@@ -45,6 +45,13 @@ DEFINES +=
CPPFLAGS +=
CFLAGS +=
+#
+# CFLAGS_DEBUG_V are used when the `make debug' target is built.
+# To link your application with the non-optimized RTEMS routines,
+# uncomment the following line:
+# CFLAGS_DEBUG_V += -qrtems_debug
+#
+
LD_PATHS += xxx-your-EXTRA-library-paths-go-here, if any
LD_LIBS += xxx-your-libraries-go-here eg: -lvx
LDFLAGS +=