1
0
Fork 0
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:
Vivian Kong 2008-04-01 15:45:10 +00:00
parent 78f39429c5
commit 805f997868

View file

@ -119,7 +119,7 @@ Option.gcc_cpp_stdinc = Change G++ headers search location (-qgcc_cpp_stdinc)
# Output Control options # Output Control options
Option.Trace=Preview the steps for compilation(-#) 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.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.PreprocOnly=Preprocess the source files and create an output preprocessed source file (-E)
Option.PreprocRemoveComments=Remove comments from preprocessed output (-C!) 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.compact = Avoid transformations that lead to code expansion (-qcompact)
Option.optimization.dataimported = Name the variables to be imported (-qdataimported=name1:name2:...:nameN) 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.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 = Exception handling
Option.optimization.exceptionhandling.eh = Enable exception handling (-qeh) Option.optimization.exceptionhandling.eh = Enable exception handling (-qeh)
Option.optimization.exceptionhandling.noeh = Disable exception handling (-qnoeh) Option.optimization.exceptionhandling.noeh = Disable exception handling (-qnoeh)