summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile
index edf3541c..46e5f10c 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -159,6 +159,9 @@ ifneq ($(IS_DARWIN),0)
ARFLAGS = -static -o
endif
+# Uncomment for debugging
+# $(info Here's what we found... IS_X86: $(IS_X86), IS_X64: $(IS_X64), IS_ARM32: $(IS_ARM32), IS_ARMV8: $(IS_ARMV8))
+
###########################################################
##### General Variables #####
###########################################################