svn commit: r274812 - user/marcel/libvdsk/libvdsk

Marcel Moolenaar marcel at FreeBSD.org
Fri Nov 21 19:41:14 UTC 2014


Author: marcel
Date: Fri Nov 21 19:41:13 2014
New Revision: 274812
URL: https://svnweb.freebsd.org/changeset/base/274812

Log:
  o   Use major version 0. We're bootstrapping...
  o   Build for debugging...

Modified:
  user/marcel/libvdsk/libvdsk/Makefile

Modified: user/marcel/libvdsk/libvdsk/Makefile
==============================================================================
--- user/marcel/libvdsk/libvdsk/Makefile	Fri Nov 21 19:40:21 2014	(r274811)
+++ user/marcel/libvdsk/libvdsk/Makefile	Fri Nov 21 19:41:13 2014	(r274812)
@@ -1,7 +1,11 @@
 # $FreeBSD$
 
 LIB=	vdsk
+SHLIB_MAJOR= 0
+
 SRCS=	vdsk.c
 INCS=	vdsk.h
 
+DEBUG_FLAGS=-O0 -gdwarf-2
+
 .include <bsd.lib.mk>


More information about the svn-src-user mailing list