Skip to content

Commit

Permalink
Benchmark makefile changes
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikwidlund committed Jan 23, 2017
1 parent 0eb05ce commit bef4f16
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions benchmark/Makefile.am
@@ -1,22 +1,22 @@
ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS} -I m4
COMMON_FLAGS = -g -O3 -flto -fuse-linker-plugin -Isupport -I../src
AM_CFLAGS = -std=gnu11
AM_CXXFLAGS = -std=gnu++11
AM_CPPFLAGS = $(COMMON_FLAGS)
AM_LDFLAGS = $(COMMON_FLAGS)

bin_PROGRAMS = vector map

vector_SOURCES = \
vector.c vector_dynamic.c vector_stdlib.cpp \
vector.h vector_dynamic.h vector_stdlib.h \
vector.R
vector_CFLAGS = -std=gnu11 -I../src -g -O3 -flto -fuse-linker-plugin
vector_CXXFLAGS = -I../src -g -O3 -flto -fuse-linker-plugin
vector_LDADD = ../libdynamic.la

map_SOURCES = \
map.c map_std_unordered.cpp map_custom.c map_libdynamic.c map_libdynamic_subclass.c \
map.h map_std_unordered.h map_custom.h map_libdynamic.h map_libdynamic_subclass.h \
map.R
#map.c map_custom.c map_subclass.c map_dynamic.c map_unordered.cpp \
#map.h map_custom.h map_subclass.h map_dynamic.h map_unordered.h \
#map.R
map_CFLAGS = -std=gnu11 -I../src -g -O3 -flto -fuse-linker-plugin
map_CXXFLAGS = -I../src -g -O3 -flto -fuse-linker-plugin
map_LDADD = ../libdynamic.la

benchmark: vector.pdf map.pdf
Expand Down

0 comments on commit bef4f16

Please sign in to comment.