X-Git-Url: https://git.tokkee.org/?p=pkg-fusedav.git;a=blobdiff_plain;f=debian%2Frules;fp=debian%2Frules;h=a43f7f4a8aaf1e77ccc3da6bce1948b511b93d19;hp=327092aa66f414455f1484a3f238fbb7b1f20abf;hb=a2cbbfb450608f02322a7c7f46f2a29dc99523cd;hpb=c6467258dfd8afd19421e9a84dcf5a779591761f diff --git a/debian/rules b/debian/rules index 327092a..a43f7f4 100755 --- a/debian/rules +++ b/debian/rules @@ -15,7 +15,7 @@ CFLAGS = -Wall -g BUILDDIR = ./debian/build/ -ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) +ifneq (,$(filter noopt,$(DEB_BUILD_OPTIONS))) CFLAGS += -O0 else CFLAGS += -O2