X-Git-Url: https://gitweb.ps.run/matrix_esp_thesis/blobdiff_plain/a8515e0eed66fa9d48297d4d5b2176ca564193ce..da776f86b42946715c27edd64f7558b9d5080df1:/Makefile diff --git a/Makefile b/Makefile index bfcb1de..c82a055 100644 --- a/Makefile +++ b/Makefile @@ -12,9 +12,10 @@ C_OPTS+=-I ext/mongoose/ C_OPTS+=-l ws2_32 C_OPTS+=-l ssl C_OPTS+=-l crypto -C_OPTS+=out/olm/libolm.a +C_OPTS+=-l stdc++ +C_OPTS+=out/olmdbg/libolm.a C_OPTS+=-D MG_ENABLE_OPENSSL=1 -C_OPTS+=-fuse-ld=lld.exe -g -gcodeview -Wl,/debug,/pdb:test.pdb +C_OPTS+=-fuse-ld=lld.exe -g -gcodeview -Wl,/debug,/pdb:out/test.pdb # C_OPTS+=-I ext/curl/include/ # C_OPTS+=-L ext/curl/build/lib/ # C_OPTS+=-l curl