WINCE Only. Slash doesn't work in MINGW32, but - works everywhere.

This commit is contained in:
dougt%meer.net 2008-02-23 01:31:02 +00:00
Родитель 6c2e145859
Коммит f851de8119
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -151,7 +151,7 @@ endif
# the windows ce compiler produces crap when compiling this
# with any optimizations. See bug 304714
ifdef WINCE
MOZ_OPTIMIZE_FLAGS=/Od
MOZ_OPTIMIZE_FLAGS=-Od
endif
ifeq ($(OS_ARCH),WINNT)