[ros-diffs] [ros-arm-bringup] 35354: Don't build with -s, this strips vital information from the output. Use --strip-debug instead, which gets rid of the DWARF debugging information, but keeps the file and symbols sane, so objdump can still be used on the output.

ros-arm-bringup at svn.reactos.org ros-arm-bringup at svn.reactos.org
Fri Aug 15 17:02:40 CEST 2008


Author: ros-arm-bringup
Date: Fri Aug 15 10:02:40 2008
New Revision: 35354

URL: http://svn.reactos.org/svn/reactos?rev=35354&view=rev
Log:
Don't build with -s, this strips vital information from the output. Use --strip-debug instead, which gets rid of the DWARF debugging information,
but keeps the file and symbols sane, so objdump can still be used on the output.


Modified:
    trunk/reactos/ReactOS-arm.rbuild

Modified: trunk/reactos/ReactOS-arm.rbuild
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/ReactOS-arm.rbuild?rev=35354&r1=35353&r2=35354&view=diff
==============================================================================
--- trunk/reactos/ReactOS-arm.rbuild [iso-8859-1] (original)
+++ trunk/reactos/ReactOS-arm.rbuild [iso-8859-1] Fri Aug 15 10:02:40 2008
@@ -68,7 +68,7 @@
 	<define name="__MSVCRT__"/>
 	<compilerflag>-Wno-attributes</compilerflag>
 	<compilerflag>-fno-strict-aliasing</compilerflag>
-	<linkerflag>-s</linkerflag>
+	<linkerflag>--strip-debug</linkerflag>
 	<linkerflag>-static</linkerflag>
 	
 	<directory name="media">



More information about the Ros-diffs mailing list