Fix for mozilla bug#477. Thanks to sjm@nwc.dk for the info.

This commit is contained in:
briano 1998-07-14 23:24:30 +00:00
Родитель 33754a4393
Коммит d9f2207207
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -132,6 +132,10 @@ PLATFORM_FLAGS += -Wall -Wno-format
OS_LIBS += -L$(NS_LIB)
ifneq ($(CPU_ARCH),x86)
ASFLAGS += -x assembler-with-cpp
else
ifndef BUILD_OPT
OPTIMIZER = -Wa,-s -gstabs
endif
endif
OS_GPROF_FLAGS = -pg
DSO_CFLAGS = -fPIC