]> gitweb.ps.run Git - matrix_esp_thesis/commitdiff
update Makefile
authorPatrick <patrick.schoenberger@posteo.de>
Tue, 14 Nov 2023 11:34:39 +0000 (12:34 +0100)
committerPatrick <patrick.schoenberger@posteo.de>
Tue, 14 Nov 2023 11:34:39 +0000 (12:34 +0100)
Makefile

index ce1ae2b9c1ac66a3dc5ca3a19204ca6981667ab2..7bc0df3775c766f679289968345e408a69b9be52 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -12,8 +12,8 @@ C_OPTS+=-l ws2_32
 C_OPTS+=-l ssl\r
 C_OPTS+=-l crypto\r
 C_OPTS+=-l stdc++\r
-#C_OPTS+=-fuse-ld=lld.exe -g -gcodeview -Wl,/debug,/pdb:out/test.pdb\r
-#C_OPTS+=-Wl,--verbose\r
+# uncomment to generate msvc debug symbols with clang (requires lld)\r
+# C_OPTS+=-fuse-ld=lld -g -gcodeview -Wl,/debug,/pdb:\r
 \r
 out/examples/%: examples/%.c src/*\r
        $(CC) -o out/examples/$* examples/$*.c $(C_OPTS)\r