The unpac monorepo manager self-hosting as a monorepo using unpac
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #11276 from shindere/fix-cmi-file

Make sure ocamlopt recognizes the -cmi-file command-line option

authored by

Gabriel Scherer and committed by
GitHub
a4bb3a14 dea8e684

+2 -1
+1 -1
Changes
··· 206 206 invariant checks are enabled. 207 207 (Vincent Laviron, review by Gabriel Scherer) 208 208 209 - - #10981: Implement a -cmi-file option for ocamlc and ocamlopt. 209 + - #10981, #11276: Implement a -cmi-file option for ocamlc and ocamlopt. 210 210 (Sébastien Hinderer, review by Damien Doligez, Daniel Bünzli and 211 211 Florian Angeletti) 212 212
+1
driver/main_args.ml
··· 1185 1185 mk_cc F._cc; 1186 1186 mk_cclib F._cclib; 1187 1187 mk_ccopt F._ccopt; 1188 + mk_cmi_file F._cmi_file; 1188 1189 mk_clambda_checks F._clambda_checks; 1189 1190 mk_classic_inlining F._classic_inlining; 1190 1191 mk_color F._color;