Don't build with -s, this strips vital information from the output. Use --strip-debug...
authorReactOS Portable Systems Group <ros-arm-bringup@svn.reactos.org>
Fri, 15 Aug 2008 15:02:40 +0000 (15:02 +0000)
committerReactOS Portable Systems Group <ros-arm-bringup@svn.reactos.org>
Fri, 15 Aug 2008 15:02:40 +0000 (15:02 +0000)
but keeps the file and symbols sane, so objdump can still be used on the output.

svn path=/trunk/; revision=35354

reactos/ReactOS-arm.rbuild

index b073d42..5f6e7b7 100644 (file)
@@ -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">