-gall only works with the c++ compiler

r=Pavlov
This commit is contained in:
jim_nance%yahoo.com 2000-03-17 03:41:08 +00:00
Родитель afc0ebdea9
Коммит 52f21cf88b
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -736,7 +736,7 @@ alpha*-*-osf*)
if test "$GNU_CC"; then
DSO_LDOPTS='-shared -Wl,-soname -Wl,$@'
else
MOZ_DEBUG_FLAGS='-gall'
MOZ_DEBUG_FLAGS='-g3'
ASFLAGS='-I$(topsrcdir)/xpcom/reflect/xptcall/public -g -std1'
CFLAGS="$CFLAGS -std1 -ieee_with_inexact"
CXXFLAGS="$CXXFLAGS -std1 -ieee_with_inexact -noexceptions"