Fixing make files compilation in linux

This commit is contained in:
Joilnen Leite 2010-08-11 14:51:52 +00:00
parent e588e8e741
commit 2a72eb8c28
1 changed files with 3 additions and 0 deletions

View File

@ -176,6 +176,9 @@ ifeq ($(OS),linux)
REL_CFLAGS += -O2
REL_CCFLAGS += -O2
NAN_DEPEND = true
ifeq ($(WITH_BF_RAYOPTIMIZATION), true)
CCFLAGS += -msse
endif
ifeq ($(CPU),alpha)
CFLAGS += -mieee
endif