]> git.pld-linux.org Git - packages/Atari800.git/commitdiff
- moved -fomit-frame-pointer to specflags
authorTomasz Pala <gotar@pld-linux.org>
Fri, 24 Oct 2003 09:57:00 +0000 (09:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Atari800.spec -> 1.36

Atari800.spec

index ba7bedb3da8ec0be01d26d77becaeb2c2385f829..5bad2a5db24ef718673e2b3c970acffdf85deb90 100644 (file)
@@ -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
 
This page took 0.048158 seconds and 4 git commands to generate.