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