mirror of
https://github.com/3proxy/3proxy.git
synced 2025-04-09 22:13:11 +08:00
Update Makefile.llvm
This commit is contained in:
parent
4582790d8b
commit
fc1c62a303
@ -13,7 +13,7 @@ CC = clang
|
||||
CFLAGS = -O2 -fno-strict-aliasing -c -pthread -DWITH_STD_MALLOC -DNOIPV6
|
||||
COUT = -o
|
||||
LN = $(CC)
|
||||
LDFLAGS = -O2 -fno-strict-aliasing -static -s
|
||||
LDFLAGS = -O2 -fno-strict-aliasing -s
|
||||
DLFLAGS = -shared
|
||||
DLSUFFICS = .dll
|
||||
LIBS = -lws2_32 -lodbc32 -ladvapi32
|
||||
|
Loading…
Reference in New Issue
Block a user