ocaml-mccs/ocaml-mccs-1.1-c++-flags.patch

12 lines
295 B
Diff

--- ocaml-mccs-1.1-11/src/dune 2019-12-11 16:55:17.000000000 +0000
+++ ocaml-mccs-1.1-11.new/src/dune 2020-04-22 12:56:05.001005113 +0100
@@ -6,7 +6,7 @@
(public_name mccs)
(modules :standard \ context_flags)
(cxx_flags
- :standard
+ -fPIC -O2 -g
-I
.
(:include cxxflags.sexp))