Simpler way to enable -g (also enables it for executables).

This commit is contained in:
Richard W.M. Jones 2020-08-03 21:57:41 +01:00
parent c1c952f152
commit c09fd5d5b2
1 changed files with 1 additions and 1 deletions

View File

@ -4,4 +4,4 @@
"test": not_hygienic
# build every cmo in debug mode (for cil.cma)
<**/*.cmo>: debug
+<**/*.cmx>: debug
+true: debug