Skip to content

Commit

Permalink
Once again, use Clang to fix the core_stacktrace failure in the test …
Browse files Browse the repository at this point in the history
…suite.

Once again, use Clang to fix the core_stacktrace failure in the test suite.”
  • Loading branch information
Zhoneym authored Sep 25, 2024
1 parent 5891618 commit 431d91e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/dump_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

static char const *prefix = "/tmp/satyr.core";

#if __clang__
#if defined(__clang__)
__attribute__((optnone))
#else
__attribute__((optimize((0))))
Expand Down

0 comments on commit 431d91e

Please # to comment.