Add -ggdb to tests build

This commit is contained in:
Justin C. Miller
2019-02-18 23:26:19 -08:00
parent bbd31929ba
commit 61df9cf32c

View File

@@ -0,0 +1,7 @@
{% extends "exe.default.j2" %}
{% block variables %}
{{ super() }}
ccflags = $ccflags -ggdb
{% endblock %}