зеркало из https://github.com/mozilla/pjs.git
test different linux optimization settings for a few cycles on the perf boxes.
This commit is contained in:
Родитель
d4aab3d6e7
Коммит
b198522a32
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче