diff options
| author | Patrick | 2023-06-21 20:16:44 +0200 |
|---|---|---|
| committer | Patrick | 2023-06-21 20:16:44 +0200 |
| commit | 1273c8ea309926e377cbd5cc6dab6740910aa6ff (patch) | |
| tree | 2be94eb34848cd14668b1abe31e04ea1d91ad53f /Makefile | |
| parent | ad9d01050b7b6d592a83ce14eeef7068bd981028 (diff) | |
| download | matrix_esp_thesis-1273c8ea309926e377cbd5cc6dab6740910aa6ff.tar.gz matrix_esp_thesis-1273c8ea309926e377cbd5cc6dab6740910aa6ff.zip | |
get send encrypted to send :)
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,4 +1,4 @@ -CC=gcc
+CC=clang++
C_OPTS=-Wall -Wextra -pedantic
C_OPTS+=src/matrix.c
@@ -9,12 +9,12 @@ C_OPTS+=-I src/ C_OPTS+=-I ext/olm/include/
C_OPTS+=-I ext/mjson/src/
C_OPTS+=-I ext/mongoose/
-C_OPTS+=-L out/olm/
C_OPTS+=-l ws2_32
C_OPTS+=-l ssl
C_OPTS+=-l crypto
-C_OPTS+=-l olm
+C_OPTS+=out/olm/libolm.a
C_OPTS+=-D MG_ENABLE_OPENSSL=1
+C_OPTS+=-fuse-ld=lld.exe -g -gcodeview -Wl,/debug,/pdb:test.pdb
# C_OPTS+=-I ext/curl/include/
# C_OPTS+=-L ext/curl/build/lib/
# C_OPTS+=-l curl
|
