mirror of
https://github.com/QuantumPackage/qp2.git
synced 2024-11-07 22:13:38 +01:00
13 lines
204 B
OCaml
13 lines
204 B
OCaml
|
open Ocamlbuild_plugin;;
|
||
|
|
||
|
dispatch begin function
|
||
|
| Before_rules ->
|
||
|
begin
|
||
|
end
|
||
|
| After_rules ->
|
||
|
begin
|
||
|
flag ["ocaml";"compile";"native";"gprof"] (S [ A "-p"]);
|
||
|
end
|
||
|
| _ -> ()
|
||
|
end
|