turn off only variable tracking and make people wait again

This commit is contained in:
Axel Kohlmeyer
2019-06-06 14:44:28 -04:00
parent e549f911f7
commit e2391edce6

View File

@ -55,7 +55,7 @@
#if defined(__GNUC__) && !defined(__clang__) && !defined(__INTEL_COMPILER)
#if (__GNUC__ > 4) || ((__GNUC__ == 4) && (__GNUC_MINOR__ >= 4))
#pragma GCC optimize ("O0")
#pragma GCC optimize ("no-var-tracking")
#endif
#endif