mirror of
https://github.com/justinian/jsix.git
synced 2025-12-09 16:04:32 -08:00
Add -ggdb to tests build
This commit is contained in:
7
scripts/templates/exe.tests.j2
Normal file
7
scripts/templates/exe.tests.j2
Normal file
@@ -0,0 +1,7 @@
|
||||
{% extends "exe.default.j2" %}
|
||||
{% block variables %}
|
||||
{{ super() }}
|
||||
|
||||
ccflags = $ccflags -ggdb
|
||||
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user