Request was accepted with message: OBS-URL: https://build.opensuse.org/package/show/devel:tools/cppcheck?expand=0&rev=1
10 lines
309 B
Diff
10 lines
309 B
Diff
diff -Naur cppcheck-1.28.original/Makefile cppcheck-1.28/Makefile
|
|
--- cppcheck-1.28.original/Makefile 2009-02-10 19:07:47.000000000 +0100
|
|
+++ cppcheck-1.28/Makefile 2009-02-10 19:08:13.000000000 +0100
|
|
@@ -1,4 +1,4 @@
|
|
-CXXFLAGS=-Wall -Wextra -pedantic -g
|
|
+CXXFLAGS=${RPM_OPT_FLAGS}
|
|
BIN=${DESTDIR}/usr/bin
|
|
|
|
|