View Single Post
Re: using -ffast-math for bot
Old
  (#2)
RoboCop
vBulletin Veteran
 
RoboCop's Avatar
 
Status: Offline
Posts: 215
Join Date: Feb 2013
Location: Dundee, Scotland
Default Re: using -ffast-math for bot - 06-03-2022

Personally...no and also
Code:
-O3
can be risky as well.

Also have you used
Code:
-static-libstdc++
to resolve the CXX ABI issue?





vBulletin Webmaster since 2001
  
Reply With Quote