From 3a2e1afad584f15595c3b612dc3b9665b9173a80 Mon Sep 17 00:00:00 2001 From: Leigh B Stoller Date: Tue, 10 Aug 2010 15:34:01 -0600 Subject: [PATCH] Turn interfaces in rspec output --- assign/GNUmakefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assign/GNUmakefile.in b/assign/GNUmakefile.in index c9a2d4932..a935d42ab 100644 --- a/assign/GNUmakefile.in +++ b/assign/GNUmakefile.in @@ -1,6 +1,6 @@ # # EMULAB-COPYRIGHT -# Copyright (c) 2000-2009 University of Utah and the Flux Group. +# Copyright (c) 2000-2010 University of Utah and the Flux Group. # All rights reserved. # SRCDIR = @srcdir@ @@ -56,7 +56,7 @@ CXXFLAGS += -O3 # This is added to disable link mapping while we figure out how to get assign # to deal with interfaces on switches -CXXFLAGS += -DDISABLE_LINK_ANNOTATION +#CXXFLAGS += -DDISABLE_LINK_ANNOTATION # assign now supports a dizzing array of defines, which are as-yet undocumented # Here are the ones used for a typical build: -- GitLab