test different linux optimization settings for a few cycles on the perf boxes.

This commit is contained in:
dwitte%stanford.edu 2007-12-23 05:04:32 +00:00
Родитель d4aab3d6e7
Коммит b198522a32
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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