Applied patch by S.J.Moller <sjm@nwc.dk> to fix problem with OPTIMIZER not being overridden by ACCFLAGS.

git-svn-id: svn://10.0.0.236/trunk@9376 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cls%seawood.org 1998-09-04 22:27:13 +00:00
parent 51d9b43023
commit 51e2313515

View File

@ -136,9 +136,11 @@ ifneq ($(CPU_ARCH),x86)
ASFLAGS += -x assembler-with-cpp
else
ifndef BUILD_OPT
ifndef USE_AUTOCONF
OPTIMIZER = -Wa,-s -gstabs
endif
endif
endif
OS_GPROF_FLAGS = -pg
DSO_CFLAGS = -fPIC
endif