prefix.linux_generic (Firebird-3.0.2.32703-0.tar.bz2) | : | prefix.linux_generic (Firebird-3.0.4.33054-0.tar.bz2) | ||
---|---|---|---|---|
skipping to change at line 21 | skipping to change at line 21 | |||
# The Original Code was created by Inprise Corporation | # The Original Code was created by Inprise Corporation | |||
# and its predecessors. Portions created by Inprise Corporation are | # and its predecessors. Portions created by Inprise Corporation are | |||
# Copyright (C) Inprise Corporation. | # Copyright (C) Inprise Corporation. | |||
# | # | |||
# All Rights Reserved. | # All Rights Reserved. | |||
# Contributor(s): ______________________________________. | # Contributor(s): ______________________________________. | |||
# Start of file prefix.linux: $(VERSION) $(PLATFORM) | # Start of file prefix.linux: $(VERSION) $(PLATFORM) | |||
# | # | |||
# 2 Oct 2002, Nickolay Samofatov - Major cleanup | # 2 Oct 2002, Nickolay Samofatov - Major cleanup | |||
COMMON_FLAGS=-DLINUX -pipe -MMD -fPIC -DFB_SEND_FLAGS=MSG_NOSIGNAL | COMMON_FLAGS=-DLINUX -pipe -MMD -fPIC -DFB_SEND_FLAGS=MSG_NOSIGNAL -fno-delete-n | |||
ull-pointer-checks | ||||
CXXFLAGS=-std=gnu++03 | ||||
PROD_FLAGS=-ggdb -O3 $(COMMON_FLAGS) | PROD_FLAGS=-ggdb -O3 $(COMMON_FLAGS) | |||
DEV_FLAGS=-ggdb -p -Wall -Wno-switch $(COMMON_FLAGS) -Wno-non-virtual-dtor | DEV_FLAGS=-ggdb -p -Wall -Wno-switch $(COMMON_FLAGS) -Wno-non-virtual-dtor | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 3 lines changed or added |