Add -gsplit-dwarf to CXXFLAGS to workaround the memory allocation

issue on i386
This commit is contained in:
Sylvestre Ledru 2016-07-02 13:49:12 +00:00
parent 297db43a84
commit affb8127fa
2 changed files with 3 additions and 1 deletions

2
debian/changelog vendored
View File

@ -7,6 +7,8 @@ llvm-toolchain-snapshot (1:3.9~svn273256-1~exp1) UNRELEASED; urgency=medium
pointing to usr/share/llvm-3.9/cmake
* Disable the run of lldb testsuite because of LLVM_LINK_LLVM_DYLIB=ON:
https://llvm.org/bugs/show_bug.cgi?id=28127
* Add -gsplit-dwarf to CXXFLAGS to workaround the memory allocation
issue on i386
[ YunQiang Su ]
* Enable FPXX by default on mips/mipsel (Closes: #826749)

2
debian/rules vendored
View File

@ -25,7 +25,7 @@ DEB_HOST_ARCH = $(shell dpkg-architecture -qDEB_HOST_ARCH)
OCAML_STDLIB_DIR ?= $(shell ocamlc -where)
LDFLAGS_EXTRA =
CXXFLAGS_EXTRA = -std=c++0x
CXXFLAGS_EXTRA = -std=c++0x -gsplit-dwarf
CONFIGURE_EXTRA =
CMAKE_EXTRA =