8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-02-02 10:40:38 +01:00

We don't need profiling information!

This commit is contained in:
eku 2002-11-13 12:23:51 +00:00
parent d9561960bf
commit 6e0c47f8da

View File

@ -17,7 +17,7 @@
#
# Erik Kunze, Philosys GmbH, <kunze@philosys.de>
#
# $Id: prefix.sinixz,v 1.9 2002-11-05 01:49:38 nmcc Exp $
# $Id: prefix.sinixz,v 1.10 2002-11-13 12:23:50 eku Exp $
#
# 2 Oct 2002, Nickolay Samofatov - Major Cleanup
@ -30,7 +30,7 @@ COMMON_FLAGS=-DSINIXZ -DUNIX -fwritable-strings $(APC_FLAGS)
PROD_WARNINGS=-w
DEV_WARNINGS=-Wall -W -Wno-unused -Wno-parentheses -Wno-switch
PROD_FLAGS=$(PROD_WARNINGS) -DNDEBUG $(COMMON_FLAGS) -pipe -MMD -p -fPIC
DEV_FLAGS=$(DEV_WARNINGS) -ggdb -DDEBUG_GDS_ALLOC $(COMMON_FLAGS) -pipe -MMD -p -fPIC
PROD_FLAGS=$(PROD_WARNINGS) -DNDEBUG $(COMMON_FLAGS) -pipe -fPIC
DEV_FLAGS=$(DEV_WARNINGS) -ggdb -DDEBUG_GDS_ALLOC $(COMMON_FLAGS) -pipe -fPIC
# EOF