diff --git a/tests/dump_core.c b/tests/dump_core.c index 82314e1..001de57 100644 --- a/tests/dump_core.c +++ b/tests/dump_core.c @@ -15,7 +15,7 @@ static char const *prefix = "/tmp/satyr.core"; -#if __clang__ +#if defined(__clang__) __attribute__((optnone)) #else __attribute__((optimize((0))))