wxWidgets/tests/hashes
Vadim Zeitlin a7d82aa776 Turn off optimizations for all gcc versions in hash unit tests
Optimizations were turned off for g++ 4.8 to work around compiler bug
resulting in generating infinite loops for the code in this function in
052e598d09, but apparently other versions of g++
suffer from it as well, so just always turn them off until we can be sure
about the version of the compiler in which this bug was really fixed.
2016-06-29 15:43:01 +02:00
..
hashes.cpp Turn off optimizations for all gcc versions in hash unit tests 2016-06-29 15:43:01 +02:00