mirror of
https://github.com/logos-messaging/negentropy.git
synced 2026-01-09 17:33:06 +00:00
chore: address review comment
This commit is contained in:
parent
4d5fd3dc7b
commit
fe0c015461
@ -17,7 +17,7 @@ precompiled-header:
|
||||
g++ -O0 --std=c++20 -Wall -fexceptions -g negentropy.h $(INCS)
|
||||
|
||||
shared-lib:
|
||||
g++ -O0 -g -std=c++20 $(INCS) -shared -fPIC -o $(TARGET) negentropy_wrapper.c -lcrypto -lssl -L/opt/homebrew/lib/
|
||||
g++ -O0 -g -std=c++20 $(INCS) -shared -fPIC -o $(TARGET) negentropy_wrapper.cpp -lcrypto -lssl -L/opt/homebrew/lib/
|
||||
|
||||
clean:
|
||||
rm -f $(TARGET) negentropy.h.gch libnegentropy.so
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user