From a278405767f1e46d73209c118fd2644467a71429 Mon Sep 17 00:00:00 2001 From: Linus Tolke Y <linus@lysator.liu.se> Date: Fri, 31 Jul 1992 00:06:47 +0000 Subject: [PATCH] Default is no profiling. --- config/sun4os4-defs.make | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/config/sun4os4-defs.make b/config/sun4os4-defs.make index 92e1956c1..c58cee799 100644 --- a/config/sun4os4-defs.make +++ b/config/sun4os4-defs.make @@ -1,5 +1,5 @@ # -# $Id: sun4os4-defs.make,v 1.18 1992/04/14 15:56:30 ceder Exp $ +# $Id: sun4os4-defs.make,v 1.19 1992/07/31 00:06:47 linus Exp $ # Copyright (C) 1991 Lysator Academic Computer Association. # # This file is part of the LysKOM server. @@ -22,7 +22,7 @@ # # Please mail bug reports to bug-lyskom@lysator.liu.se. # -# $Id: sun4os4-defs.make,v 1.18 1992/04/14 15:56:30 ceder Exp $ +# $Id: sun4os4-defs.make,v 1.19 1992/07/31 00:06:47 linus Exp $ # This file is included by all Makefiles in the LysKOM hierarchy. # It gives default values for all variables that is normally used. # TOPDIR and SCRIPTDIR must be set before this file is included. @@ -81,10 +81,10 @@ CFLAGS = $(INCLUDES) $(OPTIMIZE-FLAGS) $(MISC-CFLAGS) $(PIPE) $(TARGET) $(PRO # PROFILE-LIB-SUFFIX are included in all library names so that we can have # one profiled and one non-profiled version at the same time. But make sure # to delete all .o files when switching between profiling and not profiling... -PROFILE-FLAGS = -pg -static -PROFILE-LIB-SUFFIX = -pg -#PROFILE-FLAGS = -#PROFILE-LIB-SUFFIX = +#PROFILE-FLAGS = -pg -static +#PROFILE-LIB-SUFFIX = -pg +PROFILE-FLAGS = +PROFILE-LIB-SUFFIX = # LysKOM executables that the typical user doesn't use go here. # (The server, dbck, et c) -- GitLab