From: Arnaud Giersch Date: Wed, 18 May 2011 15:36:52 +0000 (+0200) Subject: Use -pipe to speed up compilation a little bit. X-Git-Tag: v0.1~62^2~19 X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/commitdiff_plain/ff7e29859a43a9a98d018bc7410acbb2dda47b4c?ds=sidebyside;hp=-c Use -pipe to speed up compilation a little bit. --- ff7e29859a43a9a98d018bc7410acbb2dda47b4c diff --git a/Makefile b/Makefile index 751418c..f7e2171 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ #SIMGRID_INSTALL_DIR ?= $(PWD)/simgrid-stable SIMGRID_INSTALL_DIR ?= $(PWD)/simgrid-dev -OPTIM_FLAGS += -O3 +OPTIM_FLAGS += -pipe -O3 DEBUG_FLAGS += -g #DEBUG_FLAGS += -pg CHECK_FLAGS += -Wall -Wextra