From b198522a32d9eff3156a928240ecaa024f37c10b Mon Sep 17 00:00:00 2001 From: "dwitte%stanford.edu" Date: Sun, 23 Dec 2007 05:04:32 +0000 Subject: [PATCH] test different linux optimization settings for a few cycles on the perf boxes. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index efe90532d1c..ce46ddf7081 100644 --- a/configure.in +++ b/configure.in @@ -1716,7 +1716,7 @@ case "$target" in *-*linux*) TARGET_NSPR_MDCPUCFG='\"md/_linux.cfg\"' - MOZ_OPTIMIZE_FLAGS="-Os -freorder-blocks -fno-reorder-functions" + MOZ_OPTIMIZE_FLAGS="-Os -finline-limit=50 -freorder-blocks -fno-reorder-functions" MOZ_DEBUG_FLAGS="-g -fno-inline" # most people on linux use gcc/gdb, # and that combo is not yet good at # debugging inlined functions (even