SlugOS - enable --hash-style=gnu option for SlugOS and packages.
authorMike Westerhof <mwester@dls.net>
Sat, 14 Feb 2009 03:53:09 +0000 (21:53 -0600)
committerMike Westerhof <mwester@dls.net>
Sat, 14 Feb 2009 03:53:09 +0000 (21:53 -0600)
conf/distro/include/slugos.inc

index 2317a05..de18291 100644 (file)
@@ -92,9 +92,7 @@ FULL_OPTIMIZATION = "-fexpensive-optimizations -fomit-frame-pointer -frename-reg
 # We need to keep OABI compat for things like madwifi-ng.
 ARM_KEEP_OABI = "1"
 
-# We may wish to experiment with this as a further performance improvement, but
-# small steps at a time are the best strategy.
-#TARGET_LINK_HASH_STYLE = "-Wl,--hash-style=gnu"
+TARGET_LINK_HASH_STYLE = "-Wl,--hash-style=gnu"
 
 CXXFLAGS += "-fvisibility-inlines-hidden"