From 0b19ba7bc23ce175537a29c2816b3ef12e95ed2d Mon Sep 17 00:00:00 2001 From: Gustavo Sverzut Barbieri Date: Wed, 10 Oct 2012 18:43:15 +0000 Subject: efl: introduce build profile, simplify options. Introduced --with-profile={dev,release} that will simplify how to set build options of EFL. NOTE-1: specific e17 benchmark is now gone, it will always be built and is the default benchmark for eina. If we want to have a faster benchmark in the future, just add a command line option for eina_suite. NOTE-2: valgrind build is broken as it needs -fPIC. Will get to it later. Likely someone needs to revisit the eina mempools for valgrind and other basic tools (eo? likely evas). SVN revision: 77771 --- Makefile.am | 5 ----- 1 file changed, 5 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 527213986c..c6cbaeac5a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -110,11 +110,6 @@ benchmark: @mkdir benchmark || true @cd benchmark && ../src/benchmarks/eo/eo_bench$(EXEEXT) `date +%F_%s` -benchmark-e17: - @$(MAKE) $(AM_MAKEFLAGS) -C src benchmark-e17 - @mkdir benchmark || true - @cd benchmark && ../src/benchmarks/eina/eina_bench$(EXEEXT) `date +%F_%s` - # examples examples: -- cgit v1.2.1