mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
Bug 465461 - Merge "Symbols" and "Preprocessor" in GCC C compiler settings
...so that it matches the way the GCC C++ compiler is. Change-Id: I9e32dc3888cfec2c0c01196f44f2e730e2bbc574 Signed-off-by: Simon Marchi <simon.marchi@polymtl.ca>
This commit is contained in:
parent
5cc4336072
commit
d23b3871ff
1 changed files with 2 additions and 7 deletions
|
@ -1036,21 +1036,16 @@
|
|||
id="gnu.c.compiler.option.preprocessor.preprocess"
|
||||
valueType="boolean">
|
||||
</option>
|
||||
<optionCategory
|
||||
owner="cdt.managedbuild.tool.gnu.c.compiler"
|
||||
name="%OptionCategory.Symbols"
|
||||
id="gnu.c.compiler.category.symbols">
|
||||
</optionCategory>
|
||||
<option
|
||||
name="%Option.Posix.DefSym"
|
||||
category="gnu.c.compiler.category.symbols"
|
||||
category="gnu.c.compiler.category.preprocessor"
|
||||
command="-D"
|
||||
id="gnu.c.compiler.option.preprocessor.def.symbols"
|
||||
valueType="definedSymbols">
|
||||
</option>
|
||||
<option
|
||||
name="%Option.Posix.UndefSym"
|
||||
category="gnu.c.compiler.category.symbols"
|
||||
category="gnu.c.compiler.category.preprocessor"
|
||||
command="-U"
|
||||
id="gnu.c.compiler.option.preprocessor.undef.symbol"
|
||||
valueType="undefDefinedSymbols">
|
||||
|
|
Loading…
Add table
Reference in a new issue