summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorSteve Langasek <vorlon@debian.org>2009-09-03 01:27:37 -0700
committerSteve Langasek <vorlon@debian.org>2019-01-08 21:26:00 -0800
commitd343f5da3ba5b134eb0c269919ee700afca4a8e8 (patch)
treed7b62a61fe9d2e80a2bbe0dbdb69c72f239d4b48 /debian/rules
parent21a6798c0582fbb33c9e235e0b3371fa7f708c28 (diff)
Drop CFLAGS that we don't need anymore (-fPIC, -D_REENTRANT,
-D_GNU_SOURCE).
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 6f0b3cd6..9999af1b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
LDFLAGS := -Wl,-z,defs
-CFLAGS := -g -D_GNU_SOURCE -D_REENTRANT -fPIC
+CFLAGS := -g
ifeq (,$(findstring noopt, ${DEB_BUILD_OPTIONS}))
CFLAGS += -O2