efl: add compiler flags
authorGustavo Sverzut Barbieri <barbieri@gmail.com>
Sun, 30 Dec 2012 18:37:59 +0000 (18:37 +0000)
committerGustavo Sverzut Barbieri <barbieri@gmail.com>
Sun, 30 Dec 2012 18:37:59 +0000 (18:37 +0000)
commitec75e2048658aaef795f318ca78ecf349add4696
treeeefd86548f7720f41d5a05ccf0867d4f17e88079
parent64fa645e8025300270059808bcab9f618135875a
efl: add compiler flags

 * -fvisibility=hidden will hide symbols not marked with EAPI in the
    final binary (so/executable).

 * -ffunction-sections and -fdata-sections will split those into
    independent elf sections, then we can -Wl,--gc-sections for those
    that are unused. During development --Wl,--print-gc-sections will
    warn us of functions that are left unused and were collected.

SVN revision: 81906
configure.ac