mirror of
https://github.com/bol-van/zapret.git
synced 2024-11-29 21:40:52 +03:00
makefile
This commit is contained in:
parent
881061c918
commit
600b6c6521
@ -1,6 +1,6 @@
|
||||
CC ?= gcc
|
||||
CFLAGS += -std=gnu99 -O3
|
||||
CFLAGS_BSD = -Wno-address-of-packed-member -Wno-switch
|
||||
CFLAGS_BSD = -Wno-address-of-packed-member
|
||||
CFLAGS_WIN = -static
|
||||
LIBS = -lpthread
|
||||
LIBS_WIN = -lws2_32
|
||||
|
Loading…
Reference in New Issue
Block a user