]> git.proxmox.com Git - llvm-toolchain.git/commitdiff
add some debug messages
authorSylvestre Ledru <sylvestre@debian.org>
Mon, 10 Oct 2022 17:59:19 +0000 (19:59 +0200)
committerSylvestre Ledru <sylvestre@debian.org>
Mon, 10 Oct 2022 17:59:19 +0000 (19:59 +0200)
debian/rules

index d03ed5ecdc880c463ee9046b3efdf132ab915718..2cd75b0b62e040df757a95cb79e279e8373e5e16 100755 (executable)
@@ -476,6 +476,8 @@ preconfigure:
        @echo "LLVM_VERSION_SNAPSHOT=$(LLVM_VERSION_SNAPSHOT)"
        @echo "PATH=$(PATH)"
        @echo "LD_LIBRARY_PATH=$(LD_LIBRARY_PATH)"
+       @echo "LIBFUZZER_ENABLE=$(LIBFUZZER_ENABLE)"
+       @echo "COMPILER_RT_WASM_ENABLE=$(COMPILER_RT_WASM_ENABLE)"
 
        for f in debian/*.in; do \
                f2=$$(echo $$f | sed 's/\.in$$//;s/X\.Y/$(LLVM_VERSION)/'); \