We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Apparently, this issue is due to a jbuilder bug: janestreet/re2#22
This seems like a better place to track it.
The text was updated successfully, but these errors were encountered:
The issue seems to be caused by a 4.06.0 switch having arguments in the c_compiler option. @yminsky 's config:
c_compiler
c_compiler: cc -O2 -pipe ocamlc_cflags: -O2 -fno-strict-aliasing -fwrapv ocamlopt_cflags: -O2 -fno-strict-aliasing -fwrapv
While jbuilder assumes that c_compiler is just a binary and doesn't contain any flags.
Sorry, something went wrong.
This is fixed. @yminsky try this out again in the upcoming beta 17 (sorry for the delays...)
It does seem to work for me now. Thanks!
No branches or pull requests
Apparently, this issue is due to a jbuilder bug: janestreet/re2#22
This seems like a better place to track it.
The text was updated successfully, but these errors were encountered: