Thanks to Stephen Walker <sdwalker@myrealbox.com> for the patch.
Bug #255616 r=cls
This commit is contained in:
cls%seawood.org 2004-08-18 22:24:59 +00:00
Родитель 732587c44c
Коммит aa3e344821
1 изменённых файлов: 0 добавлений и 14 удалений

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

@ -102,17 +102,3 @@ endif
FORCE_STATIC_LIB = 1
include $(topsrcdir)/config/rules.mk
ifeq ($(OS_ARCH),WINNT)
ifndef GNU_CC
#// -Zi -GM needed to compile mmx functions in assembly.
CFLAGS += -Zi -GM
endif
endif
# Using the -Zi flag causes debugging info to be written to the .pdb files,
# so we cannot do parallel builds here
ifeq ($(OS_ARCH),WINNT)
.NOTPARALLEL::
endif