summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorNobuyoshi Nakada <[email protected]>2024-02-12 16:50:30 +0900
committerNobuyoshi Nakada <[email protected]>2024-02-12 16:50:30 +0900
commit4f7de1dcddf33b1ad4035a87eedbd8519ee790fd ()
tree545950681828137db078a9c365dbf73e9a39a5af /main.c
parentc20e819e8b04e84a4103ca9a036022543459c213 (diff)
Adjust styles [ci skip]
-rw-r--r--main.c6
1 files changed, 4 insertions, 2 deletions
@@ -63,7 +63,9 @@ main(int argc, char **argv)
/* Compile in the ASAN options Ruby needs, rather than relying on environment variables, so
* that even tests which fork ruby with a clean environment will run ASAN with the right
* settings */
-const char *__asan_default_options(void) {
- return "use_sigaltstack=0:detect_s=0";
}
#endif