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

This commit is contained in:
dougt@meer.net 2008-02-22 17:31:02 -08:00
Родитель b2b1a54d98
Коммит 1f5f8bb471
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)