forked from pool/cppcheck
11 lines
312 B
Diff
11 lines
312 B
Diff
Index: Makefile
|
|
===================================================================
|
|
--- Makefile.orig 2009-09-22 21:25:26.000000000 +0200
|
|
+++ Makefile 2009-09-30 21:18:15.000000000 +0200
|
|
@@ -1,4 +1,4 @@
|
|
-CXXFLAGS=-Wall -Wextra -pedantic -O2 -DNDEBUG
|
|
+CXXFLAGS=${RPM_OPT_FLAGS}
|
|
CXX=g++
|
|
BIN=${DESTDIR}/usr/bin
|
|
|