prefix.linux (Firebird-3.0.2.32703-0.tar.bz2) | : | prefix.linux (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=-ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -pipe -MMD -fPIC -fmessa | COMMON_FLAGS=-ggdb -DFB_SEND_FLAGS=MSG_NOSIGNAL -DLINUX -pipe -MMD -fPIC -fmessa | |||
ge-length=0 | ge-length=0 -fno-delete-null-pointer-checks | |||
CXXFLAGS=-std=gnu++03 | ||||
OPTIMIZE_FLAGS=-O3 -march=i586 -mtune=i686 -fno-omit-frame-pointer | OPTIMIZE_FLAGS=-O3 -march=i586 -mtune=i686 -fno-omit-frame-pointer | |||
WARN_FLAGS=-Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-v ariable -Wno-narrowing | WARN_FLAGS=-Wall -Wno-switch -Wno-parentheses -Wno-unknown-pragmas -Wno-unused-v ariable -Wno-narrowing | |||
PROD_FLAGS=$(COMMON_FLAGS) $(OPTIMIZE_FLAGS) | PROD_FLAGS=$(COMMON_FLAGS) $(OPTIMIZE_FLAGS) | |||
#DEV_FLAGS=-DUSE_VALGRIND -p $(COMMON_FLAGS) $(WARN_FLAGS) | #DEV_FLAGS=-DUSE_VALGRIND -p $(COMMON_FLAGS) $(WARN_FLAGS) | |||
DEV_FLAGS=-p $(COMMON_FLAGS) $(WARN_FLAGS) | DEV_FLAGS=-p $(COMMON_FLAGS) $(WARN_FLAGS) | |||
# This file must be compiled with SSE4.2 support | # This file must be compiled with SSE4.2 support | |||
%/CRC32C.o: COMMON_FLAGS += -msse4 | %/CRC32C.o: COMMON_FLAGS += -msse4 | |||
End of changes. 1 change blocks. | ||||
2 lines changed or deleted | 3 lines changed or added |