-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Given -r
, emcc
sill requests to use -r
for object file extensions
#15760
Comments
Sorry, yes, I think that is an erroneous warning. I'll see if I can upload a patch now. BTW, what is your use case for using the |
I tried to make some project which didn't get updated in a while compile again which relied on |
If you can move away from using |
Please include the following in your bug report:
Version of emscripten/emsdk:
(This is the Arch Linux package. Not sure why it's claiming to be a git version, but it builds the 3.0.0 tag with no changes to the source code)
Failing command line in full:
The warning seems wrong: It explicitly tells me to use
-r
if I want an object file, but I already do use that option.Full command and output with
-v
appended:The text was updated successfully, but these errors were encountered: