> But I could consider dropping to g0 on ix86 I suppose.
>
> But it's mostly a debugging package so I think it might not be optimal
> to have no symbols for it at all.
Indeed it will affect some 32bit apps, do we really care that much about some
old steam games?
On Thu, May 20, 2021 at 6:45 PM Leigh Scott wrote:
>
> Is disabling debug on i686 an option?
>
> --- a/vulkan-validation-layers.spec
> +++ b/vulkan-validation-layers.spec
> @@ -43,7 +43,12 @@ developing applications that use %{name}.
>
> %build
> # Decrease debuginfo verbosity to reduce memory c
Is disabling debug on i686 an option?
--- a/vulkan-validation-layers.spec
+++ b/vulkan-validation-layers.spec
@@ -43,7 +43,12 @@ developing applications that use %{name}.
%build
# Decrease debuginfo verbosity to reduce memory consumption even more
+%ifarch %{ix86}
+%global debug_package %{nil}
On Thu, May 20, 2021 at 04:57:03AM +1000, David Airlie wrote:
> > On Tue, May 18, 2021 at 04:59:50PM -0600, Jeff Law wrote:
> > >
> > > On 5/18/2021 4:44 PM, David Airlie wrote:
> > > > https://kojipkgs.fedoraproject.org//work/tasks/3814/68223814/build.log
> > > >
> > > > cd
> > > > /builddir/buil
On Thu, May 20, 2021 at 4:51 AM Kevin Fenzi wrote:
>
> On Tue, May 18, 2021 at 04:59:50PM -0600, Jeff Law wrote:
> >
> > On 5/18/2021 4:44 PM, David Airlie wrote:
> > > https://kojipkgs.fedoraproject.org//work/tasks/3814/68223814/build.log
> > >
> > > cd
> > > /builddir/build/BUILD/Vulkan-Validat
On Tue, May 18, 2021 at 04:59:50PM -0600, Jeff Law wrote:
>
> On 5/18/2021 4:44 PM, David Airlie wrote:
> > https://kojipkgs.fedoraproject.org//work/tasks/3814/68223814/build.log
> >
> > cd
> > /builddir/build/BUILD/Vulkan-ValidationLayers-sdk-1.2.176.1/i686-redhat-linux-gnu/layers
> > && /usr/b
On 5/18/2021 4:44 PM, David Airlie wrote:
https://kojipkgs.fedoraproject.org//work/tasks/3814/68223814/build.log
cd
/builddir/build/BUILD/Vulkan-ValidationLayers-sdk-1.2.176.1/i686-redhat-linux-gnu/layers
&& /usr/bin/g++ -DAPI_NAME=\"Vulkan\" -DVK_ENABLE_BETA_EXTENSIONS
-DVK_USE_PLATFORM_WAYLA
https://kojipkgs.fedoraproject.org//work/tasks/3814/68223814/build.log
cd
/builddir/build/BUILD/Vulkan-ValidationLayers-sdk-1.2.176.1/i686-redhat-linux-gnu/layers
&& /usr/bin/g++ -DAPI_NAME=\"Vulkan\" -DVK_ENABLE_BETA_EXTENSIONS
-DVK_USE_PLATFORM_WAYLAND_KHR -DVK_USE_PLATFORM_WAYLAND_KHX
-DVK_USE