From: Jens Axboe Date: Fri, 9 Feb 2007 08:31:05 +0000 (+0100) Subject: [PATCH] CFLAGS: -fstack-protector doesn't work on older compilers X-Git-Tag: fio-1.12~117 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=ab5d675e9f5a805a21f51b553c49268401f19402 [PATCH] CFLAGS: -fstack-protector doesn't work on older compilers Just remove it. Signed-off-by: Jens Axboe --- diff --git a/Makefile b/Makefile index 411dda06..1fa29ca7 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ #CC = /opt/intel/cce/9.1.045/bin/icc CC = gcc -W -DEBUGFLAGS = -D_FORTIFY_SOURCE=2 -fstack-protector +DEBUGFLAGS = -D_FORTIFY_SOURCE=2 OPTFLAGS= -O2 -g CFLAGS = -Wwrite-strings -Wall -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 $(OPTFLAGS) $(DEBUGFLAGS) PROGS = fio