Remove unnecessary flags
This commit is contained in:
parent
3bfaaec1c2
commit
e0da0cc401
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
|
||||
|
BIN
slidescript.exe
Normal file
BIN
slidescript.exe
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user