]> git.pld-linux.org Git - packages/bomberclone.git/commitdiff
- drop -O1, pass rpmcxxflags
authorlisu <lisu@pld-linux.org>
Tue, 11 Jan 2011 14:39:08 +0000 (14:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bomberclonemserv-flags.patch -> 1.1

bomberclonemserv-flags.patch [new file with mode: 0644]

diff --git a/bomberclonemserv-flags.patch b/bomberclonemserv-flags.patch
new file mode 100644 (file)
index 0000000..f3e0ec7
--- /dev/null
@@ -0,0 +1,18 @@
+--- src/Makefile.am~   2003-04-23 17:43:40.000000000 +0200
++++ src/Makefile.am    2011-01-11 15:32:45.289764768 +0100
+@@ -8,13 +8,11 @@
+ CFLAGS =\
+        -Wall -Wimplicit -Wreturn-type -Wunused -Wswitch -Wcomment -Wuninitialized -Wparentheses -Wtraditional -Wpointer-arith -Wmissing-prototypes\
+-       -O1\
+-       -g
++       -g $(OPTFLAGS)
+ CXXFLAGS =\
+        -Wall -Wimplicit -Wreturn-type -Wunused -Wswitch -Wcomment -Wuninitialized -Wparentheses -Wtraditional -Wpointer-arith -Wmissing-prototypes\
+-       -O1\
+-       -g
++       -g $(OPTFLAGS)
+ bin_PROGRAMS = bomberclonemserv
This page took 0.040972 seconds and 4 git commands to generate.