1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-04 03:00:20 +02:00

Add Guile's CFLAGS to WHIPPET_IMPL_CFLAGS

* libguile/Makefile.am (WHIPPET_IMPL_CFLAGS): Add GCC_CFLAGS, to ensure
the same compilation options (notably -fwrapv), to prevent mismatches at
LTO-time.
This commit is contained in:
Andy Wingo 2025-05-23 09:44:50 +02:00
parent 5d94b78095
commit 3147d313f9

View file

@ -25,6 +25,7 @@ noinst_LTLIBRARIES =
include $(top_srcdir)/am/snarf
include lightening/lightening.am
include whippet/embed.am
WHIPPET_IMPL_CFLAGS += $(GCC_CFLAGS)
WHIPPET_EMBEDDER_H = $(srcdir)/whippet-embedder.h