Optimized builds are now compiled with -fp-contact=fast for a slight performance improvement.
This commit is contained in:
@@ -320,7 +320,7 @@ else
|
|||||||
ifeq ($(OPTIM), y)
|
ifeq ($(OPTIM), y)
|
||||||
AOPTIM := -mtune=native
|
AOPTIM := -mtune=native
|
||||||
ifndef COPTIM
|
ifndef COPTIM
|
||||||
COPTIM := -O3 -flto=$(FLTO)
|
COPTIM := -O3 -ffp-contract=fast -flto=$(FLTO)
|
||||||
endif
|
endif
|
||||||
else
|
else
|
||||||
ifndef COPTIM
|
ifndef COPTIM
|
||||||
|
@@ -317,7 +317,7 @@ else
|
|||||||
ifeq ($(OPTIM), y)
|
ifeq ($(OPTIM), y)
|
||||||
AOPTIM := -mtune=native
|
AOPTIM := -mtune=native
|
||||||
ifndef COPTIM
|
ifndef COPTIM
|
||||||
COPTIM := -O3 -flto=$(FLTO)
|
COPTIM := -O3 -ffp-contract=fast -flto=$(FLTO)
|
||||||
endif
|
endif
|
||||||
else
|
else
|
||||||
ifndef COPTIM
|
ifndef COPTIM
|
||||||
|
Reference in New Issue
Block a user