mirror of
https://github.com/justinian/jsix.git
synced 2025-12-10 00:14:32 -08:00
Build native targets with debug symbols
This commit is contained in:
8
scripts/templates/target.native.j2
Normal file
8
scripts/templates/target.native.j2
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
{% extends "target.default.j2" %}
|
||||||
|
|
||||||
|
{% block variables %}
|
||||||
|
|
||||||
|
ccflags = $ccflags -g -ggdb
|
||||||
|
|
||||||
|
{% endblock %}
|
||||||
|
# vim: et ts=4 sts=4 sw=4
|
||||||
Reference in New Issue
Block a user