summaryrefslogtreecommitdiff
path: root/mjit_worker.c
diff options
context:
space:
mode:
authork0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-08-13 11:02:37 +0000
committerk0kubun <k0kubun@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2018-08-13 11:02:37 +0000
commit0ab6266c9d5381b774e3d6d310dd7b43196cef0a (patch)
treed5857ca29bd0966dd151b9777294702c40d00937 /mjit_worker.c
parent0ca505347c9cf091a2d251a38e8249a47abc11c4 (diff)
Makefile.in: drop MJIT_DLDFLAGS_NOCOMPRESS
which is obsoleted by r64331 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64335 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'mjit_worker.c')
-rw-r--r--mjit_worker.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/mjit_worker.c b/mjit_worker.c
index 5fa73ce54b..cc5ec75165 100644
--- a/mjit_worker.c
+++ b/mjit_worker.c
@@ -265,9 +265,6 @@ static const char *const CC_OPTIMIZE_ARGS[] = {
static const char *const CC_LDSHARED_ARGS[] = {MJIT_LDSHARED GCC_PIC_FLAGS NULL};
static const char *const CC_DLDFLAGS_ARGS[] = {
MJIT_DLDFLAGS
-#ifdef USE_ELF /* force disable compression to get line number on addr2line.c */
- MJIT_DLDFLAGS_NOCOMPRESS
-#endif
#if defined __GNUC__ && !defined __clang__
"-nostartfiles",
# if !defined(_WIN32) && !defined(__CYGWIN__)