Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add the buffer transport, and some fat optimisation flags
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Sun, 8 Aug 2004 04:41:17 +0000 (04:41 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Sun, 8 Aug 2004 04:41:17 +0000 (04:41 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@370 48e7efb5-ca39-0410-a469-dd3cf9ba447f

src/gras/Makefile.am

index 1cdb265..28a56a2 100644 (file)
@@ -1,5 +1,7 @@
 SUBDIRS=. Tests
 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@
 MAINTAINERCLEANFILES=Makefile.in
 INCLUDES= -I$(top_srcdir)/src/include \
           @CFLAGS_SimGrid@
@@ -52,7 +54,7 @@ COMMON_S=\
   \
   Core/config.c                               \
   \
   \
   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     \
   \
   DataDesc/ddt_create.c          \
   DataDesc/ddt_convert.c         DataDesc/ddt_exchange.c     \