Skip to content

Commit f938b8e

Browse files
committed
make results consistent for mac m1
1 parent 15799f2 commit f938b8e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

refresh.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
### REFRESH group macros - v.1.0.10 (2024-11-27)
1+
### REFRESH group macros - v.1.0.11 (2024-11-28)
22

33
### Macros for initialization
44
define INIT_GLOBALS
@@ -418,7 +418,7 @@ define SET_FLAGS
418418
$(eval PLATFORM_SPECIFIC_LINKER_FLAGS:=-fabi-version=6), \
419419
$(if $(filter Darwin_arm64,$(OS_ARCH_TYPE)), \
420420
$(eval PLATFORM_SPECIFIC_C_FLAGS:=) \
421-
$(eval PLATFORM_SPECIFIC_CPP_FLAGS:=) \
421+
$(eval PLATFORM_SPECIFIC_CPP_FLAGS:=-ffp-contract=off) \
422422
$(eval PLATFORM_SPECIFIC_LINKER_FLAGS:=), \
423423
$(if $(filter Darwin_x86_64,$(OS_ARCH_TYPE)), \
424424
$(eval PLATFORM_SPECIFIC_C_FLAGS:=) \

0 commit comments

Comments
 (0)