purplearmadillo77

Results 4 issues of purplearmadillo77

Configuring OCaml 4.14.0 when CFLAGS contains -O1 or -O2 on Cygwin32 causes the fma test to fail (and build cannot proceed). ``` configure:14872: result: no configure:14894: error: fma does not...

I took a stab at not passing `CFLAGS` into all user compiled code (#12578, #12589) while keeping most of the current mechanism intact in new environment variables `PASS_THRU_CFLAGS` and `PASS_THRU_CPPFLAGS`....

Hi, I have been running into some unexpected behavavior with the default C compiler flags of ocamlc/ocamlopt on Cygwin64 with OCaml 4.14.0. See some initial discussion here: https://cygwin.com/pipermail/cygwin-apps/2023-August/043106.html When `ocamlc`...

## Expected Behavior After following the below reproduction steps, I would expect `~/fake_did/lib/stdlib-shims/dune-package` to contain ``` (library (name stdlib-shims) (kind normal) (archives (byte stdlib_shims.cma) (native stdlib_shims.cmxa)) (plugins (byte stdlib_shims.cma) (native...