mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-05 08:46:02 +02:00
Change the Gnu linker strip option back to -s (from --strip-all)
This commit is contained in:
parent
028d21cfd8
commit
7dc1c30cfa
1 changed files with 4 additions and 4 deletions
|
@ -71,7 +71,7 @@
|
||||||
defaultValue="false"
|
defaultValue="false"
|
||||||
name="%Option.Posix.Linker.Strip"
|
name="%Option.Posix.Linker.Strip"
|
||||||
category="gnu.c.link.category.general"
|
category="gnu.c.link.category.general"
|
||||||
command="--strip-all"
|
command="-s"
|
||||||
id="gnu.c.link.option.strip"
|
id="gnu.c.link.option.strip"
|
||||||
valueType="boolean">
|
valueType="boolean">
|
||||||
</option>
|
</option>
|
||||||
|
@ -229,7 +229,7 @@
|
||||||
defaultValue="false"
|
defaultValue="false"
|
||||||
name="%Option.Posix.Linker.Strip"
|
name="%Option.Posix.Linker.Strip"
|
||||||
category="gnu.cpp.link.category.options"
|
category="gnu.cpp.link.category.options"
|
||||||
command="--strip-all"
|
command="-s"
|
||||||
id="gnu.cpp.link.option.strip"
|
id="gnu.cpp.link.option.strip"
|
||||||
valueType="boolean">
|
valueType="boolean">
|
||||||
</option>
|
</option>
|
||||||
|
@ -535,7 +535,7 @@
|
||||||
defaultValue="false"
|
defaultValue="false"
|
||||||
name="%Option.Posix.Linker.Strip"
|
name="%Option.Posix.Linker.Strip"
|
||||||
category="macosx.c.link.category.general"
|
category="macosx.c.link.category.general"
|
||||||
command="--strip-all"
|
command="-s"
|
||||||
id="macosx.c.link.option.strip"
|
id="macosx.c.link.option.strip"
|
||||||
valueType="boolean">
|
valueType="boolean">
|
||||||
</option>
|
</option>
|
||||||
|
@ -673,7 +673,7 @@
|
||||||
defaultValue="false"
|
defaultValue="false"
|
||||||
name="%Option.Posix.Linker.Strip"
|
name="%Option.Posix.Linker.Strip"
|
||||||
category="macosx.cpp.link.category.options"
|
category="macosx.cpp.link.category.options"
|
||||||
command="--strip-all"
|
command="-s"
|
||||||
id="macosx.cpp.link.option.strip"
|
id="macosx.cpp.link.option.strip"
|
||||||
valueType="boolean">
|
valueType="boolean">
|
||||||
</option>
|
</option>
|
||||||
|
|
Loading…
Add table
Reference in a new issue