added -fno-stack-protector to CFLAGS, fix issue #3
This commit is contained in:
parent
4e546fb0db
commit
b9229cb5af
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
UNAME := $(shell uname)
|
||||
CFLAGS += -I./include/ -fPIC -g -Wall
|
||||
CFLAGS += -I./include/ -fPIC -fno-stack-protector -g -Wall
|
||||
|
||||
# Available Flags:
|
||||
# _NO_UUID_LIB - compile without uuid lib
|
||||
|
|
Loading…
Add table
Reference in a new issue