We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
make debug
1 parent 1880d42 commit f94a067Copy full SHA for f94a067
tools/dune
@@ -91,16 +91,4 @@
91
(libraries ocamlcommon)
92
(modules debug_printers))
93
94
-(rule
95
- (target debug_printers)
96
- (deps debug_printers.ml %{cmo:debug_printers})
97
- (action
98
- (with-stdout-to %{target}
99
- (progn
100
- ; Resorting to Bash instead of the built-in [echo] action because I
101
- ; couldn't find a better way to get an absolute path out of Dune
102
- (bash "echo load_printer \\\"$(realpath %{cmo:debug_printers})\\\"")
103
- (with-stdin-from debug_printers.ml
104
- (run awk "{ print \"install_printer Debug_printers.\" $2 }"))))))
105
-
106
; ocamlcp, ocamloptp and ocamlprof are not currently supported.
0 commit comments