From 817ab4173d89aee92d1a981019d1c40199ef9611 Mon Sep 17 00:00:00 2001 From: mquinson Date: Sun, 8 Aug 2004 04:41:17 +0000 Subject: [PATCH] Add the buffer transport, and some fat optimisation flags git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@370 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- src/gras/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/gras/Makefile.am b/src/gras/Makefile.am index 1cdb2658df..28a56a21aa 100644 --- a/src/gras/Makefile.am +++ b/src/gras/Makefile.am @@ -1,5 +1,7 @@ SUBDIRS=. Tests -AM_CFLAGS=-g +AM_CFLAGS=-p -g -finline-functions -ffast-math -funroll-loops\ + -funroll-all-loops -fexpensive-optimizations -O3 -fno-omit-frame-pointer\ + -DGRAS_LOG_STATIC_THRESHOLD=gras_log_priority_infinite -DNDEBUG MAINTAINERCLEANFILES=Makefile.in INCLUDES= -I$(top_srcdir)/src/include \ @CFLAGS_SimGrid@ @@ -52,7 +54,7 @@ COMMON_S=\ \ Core/config.c \ \ - Transport/transport.c Transport/transport_private.h \ + Transport/transport.c Transport/transport_private.h Transport/transport_plugin_buf.c \ \ DataDesc/ddt_create.c \ DataDesc/ddt_convert.c DataDesc/ddt_exchange.c \ -- 2.20.1