svn commit: r272364 - user/marcel/mkimg

Marcel Moolenaar marcel at FreeBSD.org
Wed Oct 1 15:22:12 UTC 2014


Author: marcel
Date: Wed Oct  1 15:22:11 2014
New Revision: 272364
URL: https://svnweb.freebsd.org/changeset/base/272364

Log:
  Remove DEBUG_FLAGS again.

Modified:
  user/marcel/mkimg/Makefile

Modified: user/marcel/mkimg/Makefile
==============================================================================
--- user/marcel/mkimg/Makefile	Wed Oct  1 15:02:37 2014	(r272363)
+++ user/marcel/mkimg/Makefile	Wed Oct  1 15:22:11 2014	(r272364)
@@ -10,8 +10,6 @@ MKIMG_VERSION=20140927
 CFLAGS+=-DMKIMG_VERSION=${MKIMG_VERSION}
 CFLAGS+=-DSPARSE_WRITE
 
-DEBUG_FLAGS=-O0 -gdwarf-2
-
 # List of formats to support
 SRCS+= \
 	qcow.c \


More information about the svn-src-user mailing list