aboutsummaryrefslogtreecommitdiffstats
path: root/testing/sent/config-mk.patch
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2017-09-19 11:40:36 +0200
committerSören Tempel <soeren+git@soeren-tempel.net>2017-09-19 11:40:36 +0200
commitb0ef3f8997d8db73ff441b1133bd2bbe3c1dca52 (patch)
tree7af298f296e454c91dd05a43d6e7c42c0b288f19 /testing/sent/config-mk.patch
parent20d8eb2adf021db27630d6e141184f7130864e34 (diff)
downloadaports-b0ef3f8997d8db73ff441b1133bd2bbe3c1dca52.tar.bz2
aports-b0ef3f8997d8db73ff441b1133bd2bbe3c1dca52.tar.xz
testing/sent: don't build with -g
Diffstat (limited to 'testing/sent/config-mk.patch')
-rw-r--r--testing/sent/config-mk.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/testing/sent/config-mk.patch b/testing/sent/config-mk.patch
new file mode 100644
index 0000000000..dfb5934c40
--- /dev/null
+++ b/testing/sent/config-mk.patch
@@ -0,0 +1,13 @@
+--- config.mk.orig 2017-09-19 11:39:26.939320274 +0200
++++ config.mk 2017-09-19 11:39:32.689379959 +0200
+@@ -21,8 +21,8 @@ LIBS = -L/usr/lib -lc -lm -L${X11LIB} -l
+
+ # flags
+ CPPFLAGS = -DVERSION=\"${VERSION}\" -D_XOPEN_SOURCE=600
+-CFLAGS += -g -std=c99 -pedantic -Wall ${INCS} ${CPPFLAGS}
+-LDFLAGS += -g ${LIBS}
++CFLAGS += -std=c99 -pedantic -Wall ${INCS} ${CPPFLAGS}
++LDFLAGS += ${LIBS}
+ #CFLAGS += -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
+ #LDFLAGS += ${LIBS}
+