diff options
author | gahr <gahr@FreeBSD.org> | 2013-03-20 17:31:25 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2013-03-20 17:31:25 +0800 |
commit | 32afeab69100e37c220b1bdcd5b847b99bb809ab (patch) | |
tree | 8a699026ebbb955226a04f46d4a0301916f6167c /x11-wm/e16 | |
parent | 7218fcd359331bf27c948f33d9de651f1e1658a0 (diff) | |
download | freebsd-ports-gnome-32afeab69100e37c220b1bdcd5b847b99bb809ab.tar.gz freebsd-ports-gnome-32afeab69100e37c220b1bdcd5b847b99bb809ab.tar.zst freebsd-ports-gnome-32afeab69100e37c220b1bdcd5b847b99bb809ab.zip |
- Remove debug flags
Diffstat (limited to 'x11-wm/e16')
-rw-r--r-- | x11-wm/e16/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/x11-wm/e16/Makefile b/x11-wm/e16/Makefile index 656c7e11e47b..c6a9041caf15 100644 --- a/x11-wm/e16/Makefile +++ b/x11-wm/e16/Makefile @@ -22,7 +22,6 @@ USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-dependency-tracking \ --disable-rpath --enable-mans SHELL=/bin/sh -CFLAGS+= -g -O0 .include <bsd.port.options.mk> |