Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
kazoo
Commits
bd25a0f1
Commit
bd25a0f1
authored
Dec 02, 2021
by
Filip Demski
Browse files
SAMV71: Added debug to Makefile
parent
9efda8f4
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/concurrency_view/samv71_freertos_gpr/node.tmplt
View file @
bd25a0f1
...
...
@@ -9,21 +9,36 @@
@@INLINE(.PHONY: all clean partitions )( )()@@
@@TABLE@@
partition_@_LOWER:Partition_Names_@
partition_debug_@_LOWER:Partition_Names_@
runtime_@_LOWER:Partition_Names_@
@@END_TABLE@@
@@END_INLINE@@
all: partitions
@@INLINE(partitions: )( )()@@
@@IF@@ @_Debug_Flag_@
all: debug
@@ELSE@@
all: release
@@END_IF@@
@@INLINE(release: )( )()@@
partition_@_LOWER:Partition_Names_@
@@END_INLINE@@
@@INLINE(debug: )( )()@@
partition_debug_@_LOWER:Partition_Names_@
@@END_INLINE@@
@@TABLE@@
partition_@_LOWER:Partition_Names_@: runtime_@_LOWER:Partition_Names_@
gprbuild -R -p -P @_LOWER:Partition_Names_@.gpr -XCFG="Release" -cargs:C -DSTATIC=""
@@END_TABLE@@
@@TABLE@@
partition_debug_@_LOWER:Partition_Names_@: runtime_@_LOWER:Partition_Names_@
gprbuild -R -p -P @_LOWER:Partition_Names_@.gpr -XCFG="Debug" -cargs:C -DSTATIC=""
@@END_TABLE@@
clean:
@@TABLE@@
gprclean -P @_LOWER:Partition_Names_@.gpr
...
...
@@ -32,4 +47,4 @@ clean:
@@TABLE@@
runtime_@_LOWER:Partition_Names_@:
sh ./runtime_@_LOWER:Partition_Names_@.sh
@@END_TABLE@@
\ No newline at end of file
@@END_TABLE@@
Write
Preview
Supports
Markdown
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