added -fno-stack-protector to CFLAGS, fix issue #3

This commit is contained in:
Juri Glass 2012-03-14 15:45:48 +01:00
parent 4e546fb0db
commit b9229cb5af

View file

@ -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