Skip to content
Snippets Groups Projects
Commit 7e7bcbe8 authored by Mark Banner's avatar Mark Banner
Browse files

Bug 676499 - Mac 64 bit crash [@ fts3SegReaderNext] in Thunderbird's gloda...

Bug 676499 - Mac 64 bit crash [@ fts3SegReaderNext] in Thunderbird's gloda tests following change to optimisation levels in sqlite - switch Mac back to -O2 optimisation for sqlite for now; r=glandium

--HG--
extra : rebase_source : c7ea065539d2f84a2d92c98aae474123a6c704f8
parent fbafcb4e
No related branches found
No related tags found
No related merge requests found
......@@ -77,6 +77,12 @@ export:: sqlite-version.h
endif
endif
# XXX Force -O2 optimisation on Mac because using the default -O3 causes
# crashes. See bug 676499.
ifeq (cocoa,$(MOZ_WIDGET_TOOLKIT))
MODULE_OPTIMIZE_FLAGS = -O2
endif
EXPORTS = \
sqlite3.h \
$(NULL)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment