diff --git a/AutomatedTests/PCRel32.c b/AutomatedTests/PCRel32.c index 3e040fad4f..cb8baf497d 100644 --- a/AutomatedTests/PCRel32.c +++ b/AutomatedTests/PCRel32.c @@ -1,10 +1,13 @@ #include "Test.h" #include +#pragma GCC push_options +#pragma GCC optimize ("O2", "omit-frame-pointer") __attribute__((noinline)) static void* foo(size_t x) { return malloc(x); } +#pragma GCC pop_options int main() {