8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 20:03:02 +01:00

Do not define '-m468' in platform-independent rules.

This commit is contained in:
eku 2002-08-13 10:02:14 +00:00
parent 3104951e73
commit 943ff3398f

View File

@ -26,7 +26,7 @@
# Contributor(s):
#
#
# $Id: make.rules,v 1.2 2002-08-05 07:14:53 skywalker Exp $
# $Id: make.rules,v 1.3 2002-08-13 10:02:13 eku Exp $
#
#____________________________________________________________________________
@ -172,7 +172,7 @@ STATICLINK_LIBS = @LIBS@
ifdef IsProdTypeBuild
CXXFLAGS:= -O3 -m486 -DPROD_BUILD $(CXXFLAGS)
CXXFLAGS:= -O3 -DPROD_BUILD $(CXXFLAGS)
else
CXXFLAGS:= -ggdb -DDEV_BUILD $(CXXFLAGS)