wingo pushed a commit to branch wip-whippet
in repository guile.

commit 1818d7fa0b445097621623747ad3a908b8ecfb0f
Author: Andy Wingo <wi...@igalia.com>
AuthorDate: Tue Apr 22 10:01:21 2025 +0200

    Add -fno-strict-aliasing to libwhippet CFLAGS
---
 embed.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/embed.am b/embed.am
index 57423b515..7bf3a7120 100644
--- a/embed.am
+++ b/embed.am
@@ -150,7 +150,7 @@ 
WHIPPET_CPPFLAGS_heap_conservative_parallel_generational_mmc = \
 
 WHIPPET_CPPFLAGS    = $(WHIPPET_CPPFLAGS_$(subst -,_,$(WHIPPET_COLLECTOR)))
 WHIPPET_CPPFLAGS    += -I$(srcdir)/%D%/api
-WHIPPET_IMPL_CFLAGS =
+WHIPPET_IMPL_CFLAGS = -fno-strict-aliasing
 WHIPPET_LIBS        = -lm
 
 if WHIPPET_ENABLE_DEBUG

Reply via email to