Skip to content
Snippets Groups Projects
Commit a2784057 authored by Linus Tolke's avatar Linus Tolke
Browse files

Default is no profiling.

parent 65a5c2fd
No related branches found
No related tags found
No related merge requests found
#
# $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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment