diff options
| author | Patrick | 2023-08-26 14:41:39 +0200 |
|---|---|---|
| committer | Patrick | 2023-08-26 14:41:39 +0200 |
| commit | 8d8ae609f0201ec4640738ff49b768e899695423 (patch) | |
| tree | 1e70b0cd59d503fa6b02bd3c84eb84ec46325ff0 /Makefile | |
| parent | c7aba5979c820958aa08947903afb47ace496a16 (diff) | |
| download | matrix_esp_thesis-8d8ae609f0201ec4640738ff49b768e899695423.tar.gz matrix_esp_thesis-8d8ae609f0201ec4640738ff49b768e899695423.zip | |
able to send encrypted messages :)
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -CC=clang
+CC=clang++
C_OPTS=-Wall -Wextra -pedantic
C_OPTS+=src/matrix.c
@@ -13,7 +13,7 @@ C_OPTS+=-l ws2_32 C_OPTS+=-l ssl
C_OPTS+=-l crypto
C_OPTS+=-l stdc++
-C_OPTS+=out/olm/libolm.a
+C_OPTS+=out/olmdbg/libolm.a
C_OPTS+=-D MG_ENABLE_OPENSSL=1
C_OPTS+=-fuse-ld=lld.exe -g -gcodeview -Wl,/debug,/pdb:out/test.pdb
# C_OPTS+=-I ext/curl/include/
|
