make: print what's going on
authornotaz <notasas@gmail.com>
Fri, 16 Sep 2022 20:40:23 +0000 (23:40 +0300)
committernotaz <notasas@gmail.com>
Fri, 16 Sep 2022 20:40:23 +0000 (23:40 +0300)
Makefile.libretro

index 03c8a1d..7f8ec74 100644 (file)
@@ -560,6 +560,16 @@ NO_CONFIG_MAK = yes
 #endif
 #endif
 
+$(info TARGET:      $(TARGET))
+$(info platform:    $(platform))
+$(info ARCH:        $(ARCH))
+$(info DYNAREC:     $(DYNAREC))
+$(info BUILTIN_GPU: $(BUILTIN_GPU))
+$(info CC:          $(CC))
+$(info CFLAGS:      $(CFLAGS))
+$(info MAIN_LDLIBS: $(MAIN_LDLIBS))
+$(info )
+
 include Makefile
 
 # no special AS needed for gpu_neon