зеркало из https://github.com/mozilla/gecko-dev.git
Taking out hack I added some months ago to get this directory
to compile correctly under Neutrino gcc 2.8.1
This commit is contained in:
Родитель
468e6dddb9
Коммит
e301e6ad43
|
@ -53,12 +53,3 @@ include $(topsrcdir)/config/rules.mk
|
|||
|
||||
DEFINES += -D_IMPL_NS_DOM
|
||||
|
||||
#
|
||||
# nsJSCSS2Properties.cpp has problems compiling under Neutrino gcc 2.8.1
|
||||
# with the optimize flag turned on, so this makes sure it's turned off.
|
||||
# Sorry for this hack; please complain to Jerry.Kirk@Nexwarecorp.com.
|
||||
#
|
||||
ifeq ($(TARGET_OS),nto)
|
||||
DEFINES += -O0
|
||||
endif
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче