From: Jens Axboe Date: Thu, 15 Nov 2012 21:58:04 +0000 (-0700) Subject: Get rid of -fno-omit-frame-pointer X-Git-Tag: fio-2.0.11~4 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=92079664eb7e368f2e8cf83fed46152ceb1acb16;p=fio.git Get rid of -fno-omit-frame-pointer It costs a bit of performance. And it's trivial to re-enable for debug/profiling purposes. Signed-off-by: Jens Axboe --- diff --git a/Makefile b/Makefile index 35897705..84732382 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ endif DEBUGFLAGS = -D_FORTIFY_SOURCE=2 -DFIO_INC_DEBUG CPPFLAGS= -D_GNU_SOURCE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 \ $(DEBUGFLAGS) -OPTFLAGS= -O3 -fno-omit-frame-pointer -g $(EXTFLAGS) +OPTFLAGS= -O3 -g $(EXTFLAGS) CFLAGS = -std=gnu99 -Wwrite-strings -Wall $(OPTFLAGS) LIBS = -lm $(EXTLIBS) PROGS = fio