Backed out changeset 3ad9f60f1972 (bug 1032055) for B2G ICS bustage.

This commit is contained in:
Ryan VanderMeulen 2014-08-15 23:14:30 -04:00
Родитель bdc41d899e
Коммит c33a664a92
2 изменённых файлов: 0 добавлений и 4 удалений

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

@ -6,7 +6,6 @@ SOURCES += [
'StaticXULComponentsEnd.cpp',
]
SOURCES['StaticXULComponentsEnd.cpp'].flags += ['-fno-lto']
LIBRARY_NAME = 'StaticXULComponentsEnd'
DEFINES['MOZILLA_INTERNAL_API'] = True

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

@ -22,9 +22,6 @@ MSVC_ENABLE_PGO = True
# it contains first in Windows PGO builds.
SOURCES['StaticXULComponentsStart.cpp'].no_pgo = True
# Don't let LTO reorder this.
SOURCES['StaticXULComponentsStart.cpp'].flags += ['-fno-lto']
if CONFIG['OS_ARCH'] == 'WINNT':
SOURCES += [
'nsDllMain.cpp',