mirror of
https://github.com/3proxy/3proxy.git
synced 2025-04-21 19:52:08 +08:00
Update Makefile.llvm
This commit is contained in:
parent
afc02d8e1f
commit
28577c4bf3
@ -10,7 +10,7 @@
|
|||||||
|
|
||||||
BUILDDIR = ../bin/
|
BUILDDIR = ../bin/
|
||||||
CC = clang
|
CC = clang
|
||||||
CFLAGS = -O2 -fno-strict-aliasing -c -pthread -DWITH_STD_MALLOC -DWITH_SSL -DWITH_WSAPOLL
|
CFLAGS = -O2 -fno-strict-aliasing -c -pthread -DWITH_STD_MALLOC -DWITH_WSAPOLL
|
||||||
COUT = -o
|
COUT = -o
|
||||||
LN = $(CC)
|
LN = $(CC)
|
||||||
LDFLAGS = -O2 -fno-strict-aliasing -s
|
LDFLAGS = -O2 -fno-strict-aliasing -s
|
||||||
|
Loading…
Reference in New Issue
Block a user