summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0d44830)
raw | patch | inline | side by side (parent: 0d44830)
author | Sebastian Harl <sh@tokkee.org> | |
Tue, 5 Jan 2021 22:14:40 +0000 (23:14 +0100) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Tue, 5 Jan 2021 22:14:40 +0000 (23:14 +0100) |
This has been deprecated.
debian/rules | patch | blob | history |
diff --git a/debian/rules b/debian/rules
index dafdc009c92d620bf9c21b406bb222b524810fe2..92ca06fe392bc5a565e16c3cd302ace7f4f0147c 100755 (executable)
--- a/debian/rules
+++ b/debian/rules
LDFLAGS = $(shell dpkg-buildflags --get LDFLAGS)
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
- CFLAGS += -O0
-else
- CFLAGS += -O2
-endif
-
config.status: configure
dh_testdir
./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \