From: Patrick Date: Tue, 14 Nov 2023 11:34:39 +0000 (+0100) Subject: update Makefile X-Git-Url: https://gitweb.ps.run/matrix_esp_thesis/commitdiff_plain/c351768df98c8239eb123ff9af036e574f47df99 update Makefile --- diff --git a/Makefile b/Makefile index ce1ae2b..7bc0df3 100644 --- a/Makefile +++ b/Makefile @@ -12,8 +12,8 @@ C_OPTS+=-l ws2_32 C_OPTS+=-l ssl C_OPTS+=-l crypto C_OPTS+=-l stdc++ -#C_OPTS+=-fuse-ld=lld.exe -g -gcodeview -Wl,/debug,/pdb:out/test.pdb -#C_OPTS+=-Wl,--verbose +# uncomment to generate msvc debug symbols with clang (requires lld) +# C_OPTS+=-fuse-ld=lld -g -gcodeview -Wl,/debug,/pdb: out/examples/%: examples/%.c src/* $(CC) -o out/examples/$* examples/$*.c $(C_OPTS)