We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c20e819 commit 4f7de1dCopy full SHA for 4f7de1d
main.c
@@ -63,7 +63,9 @@ main(int argc, char **argv)
63
/* Compile in the ASAN options Ruby needs, rather than relying on environment variables, so
64
* that even tests which fork ruby with a clean environment will run ASAN with the right
65
* settings */
66
-const char *__asan_default_options(void) {
67
- return "use_sigaltstack=0:detect_leaks=0";
+const char *
+__asan_default_options(void)
68
+{
69
+ return "use_sigaltstack=0:detect_leaks=0";
70
}
71
#endif
0 commit comments