Don't export inline methods

pull/1/head
Behdad Esfahbod 13 years ago
parent 50a4e78b53
commit ec5f5f0f8a
  1. 3
      configure.ac

@ -66,6 +66,9 @@ if test "x$GCC" = "xyes"; then
# Make sure we don't link to libstdc++
CXXFLAGS="$CXXFLAGS -fno-rtti -fno-exceptions"
# Hide inline methods
CXXFLAGS="$CXXFLAGS -fvisibility-inlines-hidden"
case "$host" in
arm-*-*)
# Request byte alignment on arm

Loading…
Cancel
Save