nsJSCSS2Properties.cpp has problems compiling under Neutrino gcc 2.8.1

with the optimize flag turned on so this makes sure its turned off for
the "nto" target   sorry for this hack...
This commit is contained in:
Jerry.Kirk%Nexwarecorp.com 1999-09-09 20:58:40 +00:00
Родитель ed874d1439
Коммит 72379dc89f
1 изменённых файлов: 7 добавлений и 0 удалений

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

@ -41,6 +41,13 @@ CPPSRCS = \
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 its turned off.
# sorry for this hack please complain to Jerry.Kirk@Nexwarecorp.com
ifeq ($(TARGET_OS),nto)
DEFINES += -O0
endif
MODULE=dom
REQUIRES = xpcom raptor dom js netlib