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:
parent
5d94b78095
commit
3147d313f9
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue