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
from the cmakelist. Since I do not fully understand what was the original purpose using these specific compiler flags for none apple systems, I just open this issue and leave it up to the maintainers.
In addition the build failed on my system due to:
Undefined reference to 'dlsym'
which I could fix by adding
-Wl,--no-as-needed -ldl
to the cxx flags. However this might be an unrelated issue with my system, just wanted to leave this info here for future reference
The text was updated successfully, but these errors were encountered:
I am building on Ubuntu 18.04.4 LTS with gcc Version 10.3.0. The following warning
causes a crash on my system and I can only build succesfully when removing
from the cmakelist. Since I do not fully understand what was the original purpose using these specific compiler flags for none apple systems, I just open this issue and leave it up to the maintainers.
In addition the build failed on my system due to:
Undefined reference to 'dlsym'
which I could fix by adding
to the cxx flags. However this might be an unrelated issue with my system, just wanted to leave this info here for future reference
The text was updated successfully, but these errors were encountered: