aboutsummaryrefslogtreecommitdiffstats
path: root/mjit_worker.c
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2020-05-03 16:49:30 -0700
committerTakashi Kokubun <takashikkbn@gmail.com>2020-05-03 16:49:31 -0700
commita8d39a051c3489a04c8088f7fefac56f0e5b7fef (patch)
tree693bdda72f5327e2c69f9341cbd86425bdd72092 /mjit_worker.c
parent9aa5fe1bf89db8cd215b24d8ddfb668714681b83 (diff)
downloadruby-a8d39a051c3489a04c8088f7fefac56f0e5b7fef.tar.gz
Test no .dSYM on macOS
I think 9aa5fe1bf89db8cd215b24d8ddfb668714681b83 helps this issue too.
Diffstat (limited to 'mjit_worker.c')
-rw-r--r--mjit_worker.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/mjit_worker.c b/mjit_worker.c
index 49903f2cd4..63f0d64981 100644
--- a/mjit_worker.c
+++ b/mjit_worker.c
@@ -855,7 +855,8 @@ make_pch(void)
}
// Compile .c file to .so file. It returns true if it succeeds. (non-mswin)
-// Not compiling .c to .so directly because it fails on MinGW.
+// Not compiling .c to .so directly because it fails on MinGW, and this helps
+// to generate no .dSYM on macOS.
static bool
compile_c_to_so(const char *c_file, const char *so_file)
{