Backed out changeset 2a94e8bad21e (bug 1874716) for causing CXX related build bustage...
[gecko.git] / memory / build / Makefile.in
blob1ddd1121be52e8a879190bfd5da620f77d3a5647
1 # This Source Code Form is subject to the terms of the Mozilla Public
2 # License, v. 2.0. If a copy of the MPL was not distributed with this
3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
5 # Workaround for alignment problems in gcov code. See
6 # https://bugzilla.mozilla.org/show_bug.cgi?id=1413570#c2.
7 ifeq ($(TARGET_CPU),x86)
8 PROFILE_GEN_CFLAGS += -mno-sse2
9 endif