mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-07 14:02:59 +00:00
Add -gsplit-dwarf to CXXFLAGS to workaround the memory allocation
issue on i386
This commit is contained in:
parent
297db43a84
commit
affb8127fa
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -7,6 +7,8 @@ llvm-toolchain-snapshot (1:3.9~svn273256-1~exp1) UNRELEASED; urgency=medium
|
|||||||
pointing to usr/share/llvm-3.9/cmake
|
pointing to usr/share/llvm-3.9/cmake
|
||||||
* Disable the run of lldb testsuite because of LLVM_LINK_LLVM_DYLIB=ON:
|
* Disable the run of lldb testsuite because of LLVM_LINK_LLVM_DYLIB=ON:
|
||||||
https://llvm.org/bugs/show_bug.cgi?id=28127
|
https://llvm.org/bugs/show_bug.cgi?id=28127
|
||||||
|
* Add -gsplit-dwarf to CXXFLAGS to workaround the memory allocation
|
||||||
|
issue on i386
|
||||||
|
|
||||||
[ YunQiang Su ]
|
[ YunQiang Su ]
|
||||||
* Enable FPXX by default on mips/mipsel (Closes: #826749)
|
* Enable FPXX by default on mips/mipsel (Closes: #826749)
|
||||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -25,7 +25,7 @@ DEB_HOST_ARCH = $(shell dpkg-architecture -qDEB_HOST_ARCH)
|
|||||||
OCAML_STDLIB_DIR ?= $(shell ocamlc -where)
|
OCAML_STDLIB_DIR ?= $(shell ocamlc -where)
|
||||||
|
|
||||||
LDFLAGS_EXTRA =
|
LDFLAGS_EXTRA =
|
||||||
CXXFLAGS_EXTRA = -std=c++0x
|
CXXFLAGS_EXTRA = -std=c++0x -gsplit-dwarf
|
||||||
CONFIGURE_EXTRA =
|
CONFIGURE_EXTRA =
|
||||||
CMAKE_EXTRA =
|
CMAKE_EXTRA =
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user