aedi: build tests with debug information

[skip build]
This commit is contained in:
alexey.lysiuk 2022-09-19 10:35:29 +03:00
parent 729b39894b
commit 2ad5da472e

View file

@ -102,6 +102,7 @@ class TestDepsTarget(BuildTarget):
'-arch', 'arm64',
'-std=c++17',
'-include', test_path / 'aedi.h',
'-g',
'-o', exe_path,
entry,
]