mapleFU commented on PR #35340:
URL: https://github.com/apache/arrow/pull/35340#issuecomment-1540572100

   Previous problem maybe occured when LTO enabled ( 
https://github.com/apache/arrow/commit/24da3be9560c5ee4eddbd62a815af553902504b8 
)
   
   I guess when two dynamic libraries have different compiling arguments (like 
one has `-frtti`, another one is `-fno-rtti`, or using different compilers), 
there would be some error occured here. And it might (lightly) benifits 
compiling time.
   
   References:
   
   * http://eel.is/c++draft/basic.scope.scope#4
   * http://eel.is/c++draft/class.virtual#2


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to