X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ce41071a83edfed39b226ef047905f25ddf7c2bf..60f31f9d24bd348ccad2ea99ba96424360b11a92:/src/gras/Makefile.am diff --git a/src/gras/Makefile.am b/src/gras/Makefile.am index a7a6c58f96..9bbaf9fb33 100644 --- a/src/gras/Makefile.am +++ b/src/gras/Makefile.am @@ -1,4 +1,13 @@ SUBDIRS=. Tests +AM_CFLAGS=-g -ffast-math -funroll-loops -O3 -fno-strict-aliasing + + +# -DNLOG -DNDEBUG + +# fast-math is nasty when using IEEE floating point semantic +# strict-aliasing breaks my type-punning bad habit. + + MAINTAINERCLEANFILES=Makefile.in INCLUDES= -I$(top_srcdir)/src/include \ @CFLAGS_SimGrid@ @@ -41,6 +50,8 @@ else lib_LTLIBRARIES= libgrasrl.la endif +# Core/config.c + COMMON_S=\ \ Core/module.c Core/core_interface.h \ @@ -49,9 +60,8 @@ COMMON_S=\ Core/dict.c Core/dict_elm.c Core/dict_cursor.c \ Core/set.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 \