diff options
author | Richard Braun <rbraun@sceen.net> | 2017-08-31 00:59:00 +0200 |
---|---|---|
committer | Richard Braun <rbraun@sceen.net> | 2017-08-31 00:59:00 +0200 |
commit | 4e0b9efa25b58f7fcaf485349f66bd694390080a (patch) | |
tree | dab4e529093c0cd0366e215d2857f0a795b44383 | |
parent | ec30a349de3645aaabb59517b15f542c2b7b9acd (diff) |
Makefile.am: do not force the -fno-stack-protector option
Stack smashing protection has been supported for some time. Remove this
option from the build system and let users pass what they want through
CFLAGS.
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index de3e5749..8f46ba15 100644 --- a/Makefile.am +++ b/Makefile.am @@ -32,9 +32,6 @@ AM_CFLAGS += \ -fsigned-char \ -fno-common -# TODO Add option -AM_CFLAGS += -fno-stack-protector - AM_CFLAGS += -nostdlib SUFFIXES += .lds .lds.S |