You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@ambitslix interesting that -mbig-obj helped in your case, usually it is used to overcome 'File too big' error like described here assimp/assimp#2067 for example. Are you sure that it was -mbig-obj that solved the issue? This switch is conflicting with -flto switch and in turns cause problems compiling projects using link time/whole program optimization. I am considering to remove -mbig-obj from the default compilation switches again and do not want to break anything.
Trying to build under MXE shared:
It builds with static with adding to CMakeLists.txt:
add_definitions("-Wa,-mbig-obj")
Any clues?
The text was updated successfully, but these errors were encountered: