Build native targets with debug symbols

This commit is contained in:
Justin C. Miller
2019-02-22 19:15:55 -08:00
parent f9d964cccb
commit 24316ca0c4

View File

@@ -0,0 +1,8 @@
{% extends "target.default.j2" %}
{% block variables %}
ccflags = $ccflags -g -ggdb
{% endblock %}
# vim: et ts=4 sts=4 sw=4