lightning.git - Portable just-in-time compiler library

index : lightning.git
Portable just-in-time compiler library
summary refs log tree commit diff
diff options
context:
space:
mode:
Diffstat
-rw-r--r--check/Makefile.am 6
1 files changed, 6 insertions, 0 deletions
diff --git a/check/Makefile.am b/check/Makefile.am
index 37a4d9c..a35156e 100644
--- a/check/Makefile.am
+++ b/check/Makefile.am
@@ -53,8 +53,14 @@ protect_SOURCES = protect.c
riprel_LDADD = $(top_builddir)/lib/liblightning.la -lm $(SHLIB)
riprel_SOURCES = riprel.c
+# Actually, gcc 4.1.2 does not like unknown -Wno-option and errors out;
+# better to just have warnings.
+if cpu_ia64
+cbit_CFLAGS = $(AM_CFLAGS) -fwrapv
+else
cbit_CFLAGS = $(AM_CFLAGS) -fwrapv -Wno-overflow -Wno-integer-overflow \
-Wno-shift-count-overflow
+endif
cbit_LDADD = $(top_builddir)/lib/liblightning.la -lm $(SHLIB)
cbit_SOURCES = cbit.c
generated by cgit v1.2.3 (git 2.46.0) at 2025年09月29日 01:50:26 +0000

AltStyle によって変換されたページ (->オリジナル) /