Skip to content

Commit 1ee3d8c

Browse files
authored
Fix solidification of float on macos (#23432)
1 parent 1306f7a commit 1ee3d8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/libesp32/berry/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CFLAGS = -Wall -Wextra -std=c99 -O2 -Wno-zero-length-array -Wno-empty-translation-unit -DUSE_BERRY_INT64
1+
CFLAGS = -Wall -Wextra -std=c99 -O2 -Wno-zero-length-array -Wno-empty-translation-unit -ffp-contract=off -DUSE_BERRY_INT64
22
DEBUG_FLAGS = -O0 -g -DBE_DEBUG
33
TEST_FLAGS = $(DEBUG_FLAGS) --coverage -fno-omit-frame-pointer -fsanitize=address -fsanitize=undefined
44
LIBS = -lm

0 commit comments

Comments
 (0)