We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15799f2 commit f938b8eCopy full SHA for f938b8e
refresh.mk
@@ -1,4 +1,4 @@
1
-### REFRESH group macros - v.1.0.10 (2024-11-27)
+### REFRESH group macros - v.1.0.11 (2024-11-28)
2
3
### Macros for initialization
4
define INIT_GLOBALS
@@ -418,7 +418,7 @@ define SET_FLAGS
418
$(eval PLATFORM_SPECIFIC_LINKER_FLAGS:=-fabi-version=6), \
419
$(if $(filter Darwin_arm64,$(OS_ARCH_TYPE)), \
420
$(eval PLATFORM_SPECIFIC_C_FLAGS:=) \
421
- $(eval PLATFORM_SPECIFIC_CPP_FLAGS:=) \
+ $(eval PLATFORM_SPECIFIC_CPP_FLAGS:=-ffp-contract=off) \
422
$(eval PLATFORM_SPECIFIC_LINKER_FLAGS:=), \
423
$(if $(filter Darwin_x86_64,$(OS_ARCH_TYPE)), \
424
0 commit comments