Makefile: get rid of fortify source
authorJens Axboe <axboe@kernel.dk>
Mon, 7 Mar 2022 16:16:39 +0000 (09:16 -0700)
committerJens Axboe <axboe@kernel.dk>
Mon, 7 Mar 2022 16:16:39 +0000 (09:16 -0700)
Haven't seen anything useful come out of it.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
Makefile

index 0ab4f82c32c3db5b06b8e16fb8cd383a45fdcd9a..6ffd3d1307e6c2ec53759a6a60d23b6701099b80 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -28,7 +28,7 @@ PROGS = fio
 SCRIPTS = $(addprefix $(SRCDIR)/,tools/fio_generate_plots tools/plot/fio2gnuplot tools/genfio tools/fiologparser.py tools/hist/fiologparser_hist.py tools/hist/fio-histo-log-pctiles.py tools/fio_jsonplus_clat2csv)
 
 ifndef CONFIG_FIO_NO_OPT
-  FIO_CFLAGS += -O3 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2
+  FIO_CFLAGS += -O3
 endif
 ifdef CONFIG_BUILD_NATIVE
   FIO_CFLAGS += -march=native