- Fix debuginfo generation
OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm?expand=0&rev=161
This commit is contained in:
parent
054ec25ad2
commit
9ab73caf6d
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 10 10:16:41 UTC 2012 - idonmez@suse.com
|
||||
|
||||
- Fix debuginfo generation
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 19 14:14:20 UTC 2012 - llunak@suse.com
|
||||
|
||||
|
@ -211,7 +211,9 @@ export CXX=$TOPLEVEL/stage1/Release/bin/clang++
|
||||
--disable-werror --enable-checking=release \
|
||||
--build=arm-linux-gnueabihf --host=arm-linux-gnueabihf \
|
||||
%endif
|
||||
--with-clang-resource-dir="../%{_lib}/clang/%{_release_version}"
|
||||
--with-clang-resource-dir="../%{_lib}/clang/%{_release_version}" \
|
||||
--enable-debug-symbols \
|
||||
--enable-debug-runtime
|
||||
|
||||
make %{?_smp_mflags} REQUIRES_RTTI=1
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user