kfl / mosml

Moscow ML is a light-weight implementation of Standard ML (SML), a strict functional language widely used in teaching and research.
http://mosml.org
341 stars 42 forks source link

Utilize variables for the build in more places #73

Open apg opened 1 year ago

apg commented 1 year ago

With this, I'm able to gmake world and install on the latest OpenBSD. I can test this, also on Linux, but I don't have access to other machine types at the moment to ensure I didn't break anything.

apg commented 1 year ago

I think I found the issue. Sorry for the force push. -Wnone... which I may have hallucinated ... as gcc errors, and I don't see it in the LLVM docs.