1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Change the Gnu linker strip option back to -s (from --strip-all)

This commit is contained in:
Leo Treggiari 2005-07-19 23:50:11 +00:00
parent 028d21cfd8
commit 7dc1c30cfa

View file

@ -71,7 +71,7 @@
defaultValue="false"
name="%Option.Posix.Linker.Strip"
category="gnu.c.link.category.general"
command="--strip-all"
command="-s"
id="gnu.c.link.option.strip"
valueType="boolean">
</option>
@ -229,7 +229,7 @@
defaultValue="false"
name="%Option.Posix.Linker.Strip"
category="gnu.cpp.link.category.options"
command="--strip-all"
command="-s"
id="gnu.cpp.link.option.strip"
valueType="boolean">
</option>
@ -535,7 +535,7 @@
defaultValue="false"
name="%Option.Posix.Linker.Strip"
category="macosx.c.link.category.general"
command="--strip-all"
command="-s"
id="macosx.c.link.option.strip"
valueType="boolean">
</option>
@ -673,7 +673,7 @@
defaultValue="false"
name="%Option.Posix.Linker.Strip"
category="macosx.cpp.link.category.options"
command="--strip-all"
command="-s"
id="macosx.cpp.link.option.strip"
valueType="boolean">
</option>