Revert change for bug 415014. r=KaiRo

This commit is contained in:
jag%tty.nl 2008-03-11 11:09:54 +00:00
Родитель 5661772681
Коммит 8d166e117b
2 изменённых файлов: 3 добавлений и 3 удалений

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

@ -1 +1 @@
Clobbering to force rebuild with updated CFLAGS and CXXFLAGS in mozconfig Clobbering to force rebuild with reverted CFLAGS and CXXFLAGS in mozconfig

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

@ -4,8 +4,8 @@
# #
# symbols for breakpad # symbols for breakpad
export CFLAGS="-gstabs+ -march=i486 -mtune=generic" export CFLAGS="-gstabs+"
export CXXFLAGS="-gstabs+ -march=i486 -mtune=generic" export CXXFLAGS="-gstabs+"
export MOZILLA_OFFICIAL=1 export MOZILLA_OFFICIAL=1