mirror of
https://github.com/QuantumPackage/qp2.git
synced 2024-10-10 09:51:31 +02: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
|