# HG changeset patch
# User t_mrc-ct@users.sourceforge.jp
# Date 1404659602 -32400
# Branch GECKO310b2_2014070404_RELBRANCH
# Node ID 01dd366004aab00f48ade3b0b5b7b6189a711136
# Parent  316c53b9b281acba11a73536f12cb48c0631af7a
fix performance issue (104fx Issue 277)

diff --git a/build/autoconf/compiler-opts.m4 b/build/autoconf/compiler-opts.m4
--- a/build/autoconf/compiler-opts.m4
+++ b/build/autoconf/compiler-opts.m4
@@ -98,17 +98,17 @@
 dnl ========================================================
 AC_DEFUN([MOZ_DEBUGGING_OPTS],
 [
 dnl Debug info is ON by default.
 if test -z "$MOZ_DEBUG_FLAGS"; then
   if test -n "$_MSC_VER"; then
     MOZ_DEBUG_FLAGS="-Zi"
   else
-    MOZ_DEBUG_FLAGS="-gdwarf-2 -fno-inline"
+    MOZ_DEBUG_FLAGS="-gdwarf-2"
   fi
 fi
 
 AC_SUBST(MOZ_DEBUG_FLAGS)
 
 MOZ_ARG_ENABLE_STRING(debug,
 [  --enable-debug[=DBG]    Enable building with developer debug info
                            (using compiler flags DBG)],
