Debug Travis GCC builds on MacOS - do they really pass -std=gnu++17?!
This commit is contained in:
parent
bef7762723
commit
640eb1d81d
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user