mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-12 23:19:26 +00:00
Add -gsplit-dwarf to CXXFLAGS to workaround the memory allocation
issue on i386 (hopefully)
This commit is contained in:
parent
12583c0028
commit
2b69b184b1
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
||||
llvm-toolchain-3.8 (1:3.8.1-3) unstable; urgency=medium
|
||||
|
||||
* Add -gsplit-dwarf to CXXFLAGS to workaround the memory allocation
|
||||
issue on i386 (hopefully)
|
||||
|
||||
-- Sylvestre Ledru <sylvestre@debian.org> Sat, 02 Jul 2016 20:59:08 +0200
|
||||
|
||||
llvm-toolchain-3.8 (1:3.8.1-2) unstable; urgency=medium
|
||||
|
||||
[ Sylvestre Ledru ]
|
||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -30,7 +30,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 =
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user