From 8e539164e452054db9dbff1541cfaff1e98d7245 Mon Sep 17 00:00:00 2001 From: Tomasz Pala Date: Fri, 24 Oct 2003 09:57:00 +0000 Subject: [PATCH] - moved -fomit-frame-pointer to specflags Changed files: Atari800.spec -> 1.36 --- Atari800.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Atari800.spec b/Atari800.spec index ba7bedb..5bad2a5 100644 --- a/Atari800.spec +++ b/Atari800.spec @@ -26,6 +26,8 @@ BuildRequires: unzip BuildRequires: zlib-devel BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) +%define specflags -fomit-frame-pointer + %description This is Atari 800, 800XL, 130XE and 5200 emulator. @@ -123,7 +125,7 @@ obs %build cd src -CFLAGS="%{rpmcflags} %{!?debug:-fomit-frame-pointer}" +CFLAGS="%{rpmcflags}" %if %{?_without_svga:0}%{!?_without_svga:1} %ifarch %{ix86} alpha ppc -- 2.44.0