Skip to content
New issue

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

Provide an escape hatch for ".opt" detection #1028

Closed
jorisgio opened this issue Jul 17, 2018 · 3 comments
Closed

Provide an escape hatch for ".opt" detection #1028

jorisgio opened this issue Jul 17, 2018 · 3 comments

Comments

@jorisgio
Copy link

It appears that run stanza will always try to use .opt version of an executable if available, and i don't see any way to disable this.
this can be a problem for using for instance campl4 as you cannot invoke camlp4o so you need to build a cmxs.

@ghost
Copy link

ghost commented Jul 17, 2018

We should probably change that indeed. You should be able to make it work by statically linking a camlp4 executable though.

@jorisgio
Copy link
Author

jorisgio commented Jul 17, 2018

to be honest that's a minor/niche issue, i barely opened an issue because that was unexpected behavior and this kind of "magic" semantic can be surprising. But it might not be worth fixing. You can work around it in several ways indeed.

@nojb
Copy link
Collaborator

nojb commented Aug 26, 2019

This has been fixed in #2543

@nojb nojb closed this as completed Aug 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants