X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=configure.ac;h=4f22b1b3daccf4b6757508c6fe18f4fa449965d3;hp=753adc5096c2de4e18e76e40db9d28ea4bde366d;hb=f601daa70143745915a8d38603969f228414af19;hpb=07459bb6b92268beb2599f65cf195708d88c51cc diff --git a/configure.ac b/configure.ac index 753adc509..4f22b1b3d 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ AC_PREREQ(2.63) -AC_INIT([systemd],[10],[systemd-devel@lists.freedesktop.org]) +AC_INIT([systemd],[11],[systemd-devel@lists.freedesktop.org]) AC_CONFIG_SRCDIR([src/main.c]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_HEADERS([config.h]) @@ -86,7 +86,12 @@ CC_CHECK_CFLAGS_APPEND([ \ -ffast-math \ -fno-common \ -fdiagnostics-show-option \ - -fno-strict-aliasing]) + -fno-strict-aliasing \ + -fvisibility=hidden \ + -ffunction-sections \ + -fdata-sections \ + -Wl,--as-needed \ + -Wl,--gc-sections]) LT_PREREQ(2.2) LT_INIT