Merge branch 'master' of https://notabug.org/Pentium44/slidescript
This commit is contained in:
commit
e4fbce00e6
2
Makefile
2
Makefile
@ -10,7 +10,7 @@ PREFIX ?= /usr
|
||||
CC ?= gcc
|
||||
CFLAGS += -O2 -pedantic -g -Wall -Wextra --param=ssp-buffer-size=2 -fstack-protector-all
|
||||
CPPFLAGS += -DVERSION=$(VERSION) -D_FORTIFY_SOURCE=2
|
||||
LDFLAGS += -Wl,-O1,--sort-common,--hash-style=gnu,-z,relro
|
||||
LDFLAGS += -Wl,-O1
|
||||
BIN ?= slidescript
|
||||
|
||||
OBJECTS = src/main.o src/functions.o src/util.o src/vars.o src/enc.o src/md5.o src/pipe.o src/network.o src/math.o src/inset.o
|
||||
|
Loading…
x
Reference in New Issue
Block a user