From 0ab6266c9d5381b774e3d6d310dd7b43196cef0a Mon Sep 17 00:00:00 2001 From: k0kubun Date: Mon, 13 Aug 2018 11:02:37 +0000 Subject: 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 --- mjit_worker.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'mjit_worker.c') 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__) -- cgit v1.2.3