Revision e5aecbeefd2303b1c6d7a2368498dc68e552786c authored by Steven Johnson on 08 August 2018, 01:04:48 UTC, committed by Steven Johnson on 08 August 2018, 01:04:48 UTC
We don't want c++11, as we don't want static locals to get thread-sync helper code (which c++11 mandates); previously, we didn't specify any version, which left us at the mercy of the system compiler (which might have defaulted to c++11). Choosing gnu++98 is arbitrary but gives us a predictable baseline across common build environments.
1 parent ea9c863
History

back to top