mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 22:52:11 +02:00
fixing properties strings in XLC UI
This commit is contained in:
parent
78f39429c5
commit
805f997868
1 changed files with 2 additions and 2 deletions
|
@ -119,7 +119,7 @@ Option.gcc_cpp_stdinc = Change G++ headers search location (-qgcc_cpp_stdinc)
|
|||
# Output Control options
|
||||
|
||||
Option.Trace=Preview the steps for compilation(-#)
|
||||
Option.bmaxdata=Maximum size of the area shared by the static data ans the heap (-bmaxdata=)
|
||||
Option.bmaxdata=Maximum size of the area shared by the static data and the heap (-bmaxdata=)
|
||||
Option.c=Pass the source files through compiler component only(-c)
|
||||
Option.PreprocOnly=Preprocess the source files and create an output preprocessed source file (-E)
|
||||
Option.PreprocRemoveComments=Remove comments from preprocessed output (-C!)
|
||||
|
@ -221,7 +221,7 @@ Option.optimization.Cache = Specify the cache configuration (-qcache=option1:opt
|
|||
Option.compact = Avoid transformations that lead to code expansion (-qcompact)
|
||||
Option.optimization.dataimported = Name the variables to be imported (-qdataimported=name1:name2:...:nameN)
|
||||
Option.optimization.datalocal = Name the variables which are local (-qdatalocal=name1:name2:...:nameN)
|
||||
Option.directstorage = Write through enabled or cache-inhibited storage may be referenced (-qdirectstorage)
|
||||
Option.directstorage = Write-through enabled or cache-inhibited storage may be referenced (-qdirectstorage)
|
||||
Option.optimization.exceptionhandling = Exception handling
|
||||
Option.optimization.exceptionhandling.eh = Enable exception handling (-qeh)
|
||||
Option.optimization.exceptionhandling.noeh = Disable exception handling (-qnoeh)
|
||||
|
|
Loading…
Add table
Reference in a new issue