mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-22 22:43:03 +01:00
Do not define '-m468' in platform-independent rules.
This commit is contained in:
parent
3104951e73
commit
943ff3398f
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user