turn on some compiler optimizations for alpha
This commit is contained in:
@@ -53,7 +53,8 @@ GLIDE_DEBUG_GDEFS = -DGDBG_INFO_ON -DGLIDE_DEBUG
|
||||
else
|
||||
ifeq ("@FX_GLIDE_BUILD_ARCHITECTURE@","alpha")
|
||||
GLIDE_DEBUG_GCFLAGS = -O2 -mcpu=ev6
|
||||
GLIDE_DEBUG_GDEFS = -DBIG_OPT
|
||||
GLIDE_DEBUG_GDEFS = -fomit-frame-pointer \
|
||||
-fexpensive-optimizations -ffast-math -DBIG_OPT
|
||||
else
|
||||
ifeq ("@FX_GLIDE_BUILD_ARCHITECTURE@","ia64")
|
||||
GLIDE_DEBUG_GCFLAGS = -O3
|
||||
|
||||
Reference in New Issue
Block a user