better failure reporting

This commit is contained in:
ProgramSnail 2024-11-12 00:10:02 +03:00
parent 34675f0cb7
commit 963e286f49
9 changed files with 184 additions and 63 deletions

View file

@ -9,4 +9,4 @@
(mode
(promote (until-clean)))
(action
(run gcc -Iinclude/ -g %{main} %{parser} %{utils} %{runtime} -o %{target})))
(run gcc -Iinclude/ -g -pg %{main} %{parser} %{utils} %{runtime} -o %{target})))