CXXFLAGS: add -fcheck-new whenever -fno-exceptions is used
This is to avoid GCC to optimize null-pointer checks away, in case the default operator new is used together with -fno-exceptions.
Loading
Please register or sign in to comment
Le serveur Gitlab dispose d'une nouvelle clé SSH, merci de la mettre à jours : ssh-keygen -f "~/.ssh/known_hosts" -R "code.electrolab.fr"
This is to avoid GCC to optimize null-pointer checks away, in case the default operator new is used together with -fno-exceptions.