Fix compilation of num on 4.x bytecode-only architectures#48
Conversation
xavierleroy
left a comment
There was a problem hiding this comment.
LGTM. I fixed a typo directly. Thanks for having looked into this.
|
@dra27 Besides, does bytecode-only automatically imply |
I’m not sure what you mean by “automatically”. In the 4.x |
Ouch - I’d like to blame autocorrect, but Vim insists it doesn’t do that 🫣 |
|
@dra27 I just did not know that |
|
No problem. |
Comment in the code explains the underlying slightly weird issue. 5.x behaves more logically with these variables - I happened to stumble across this oddity with some relocatable stuff.
As it happens, fixes #39 - but it would be better if
--disable-native-compilerwere instead being specified here.