Commit e988c4dd authored by Sergei Golubchik's avatar Sergei Golubchik

MDEV-336 oqgraph 5.5 crashes in buildbot

force -fno-strict-aliasing for oqgraph
parent 4d2b05b7
......@@ -38,7 +38,7 @@ BOOST_CXXFLAGS = -frtti -fexceptions -fimplicit-templates
# it also makes an extra register available in many functions.
# It also makes debugging impossible on some machines.
# (automatically gets enabled anyway by -O* on some architectures)
BOOST_CXXFLAGS+= -O3 -fstrict-aliasing
BOOST_CXXFLAGS+= -O3 -fno-strict-aliasing
BOOST_CXXFLAGS+= -falign-loops
if HAVE_FVISIBILITY_INLINES_HIDDEN
BOOST_CXXFLAGS+= -fvisibility-inlines-hidden
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment