Debug Travis GCC builds on MacOS - do they really pass -std=gnu++17?!

This commit is contained in:
Axel Naumann 2017-06-23 16:39:50 +02:00 committed by sftnight
parent bef7762723
commit 640eb1d81d

View File

@ -418,6 +418,7 @@ namespace {
Opts.GNUMode = 0;
#else
Opts.GNUMode = 1;
# warning "For debugging Travis: this build does not have __STRICT_ANSI__ defined!"
#endif
#ifdef __FAST_MATH__
Opts.FastMath = 1;