build: Print some configuration that is confusing me.
Some checks failed
Build Tilde Friends / Build-All (push) Has been cancelled

This commit is contained in:
Cory McWilliams 2025-02-01 13:38:52 -05:00
parent 986a55173f
commit 6de875edea

View File

@ -70,6 +70,14 @@ else
$(error Unexpected host platform $(UNAME_S).) $(error Unexpected host platform $(UNAME_S).)
endif endif
# Everything is set above.
$(info VERSION_NUMBER = $(VERSION_NUMBER))
$(info HAVE_ANDROID = $(HAVE_ANDROID))
$(info HAVE_WIN = $(HAVE_WIN))
$(info HAVE_CROSS_AARCH64 = $(HAVE_CROSS_AARCH64))
$(info HAVE_LINUX_IOS = $(HAVE_LINUX_IOS))
$(info USE_SYSTEM_SSL = $(USE_SYSTEM_SSL))
CFLAGS += \ CFLAGS += \
-std=gnu11 \ -std=gnu11 \
-Wall \ -Wall \