leezu edited a comment on issue #17045: Relocation truncation issues URL: https://github.com/apache/incubator-mxnet/issues/17045#issuecomment-564420739 To solve this, I think we can instruct the compiler to always use 64 bit relocations instead of 32 bit relocations (that may overflow), -~~use `-O2` (or in the extreme case `-Os`) instead of `-O3` to reduce code bloat~~ [1] or use some linker relaxation techniques. [1]: Still happens with `-O2`
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
