1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-15 13:05:22 +02:00

Bug 574448: Fix spelling of GCC -fsanitize command line options

Change-Id: I9d02cc9937dc88ca3b180bb194edd80a6c904899
This commit is contained in:
Jonah Graham 2021-06-24 14:14:25 -04:00
parent 987d11ef42
commit 3f472a917b
2 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.cdt.managedbuilder.gnu.ui; singleton:=true
Bundle-Version: 8.4.0.qualifier
Bundle-Version: 8.4.100.qualifier
Bundle-Activator: org.eclipse.cdt.managedbuilder.gnu.ui.GnuUIPlugin
Bundle-Vendor: %providerName
Bundle-Localization: plugin

View file

@ -1221,7 +1221,7 @@
defaultValue="false"
name="%Option.Posix.Debug.sanitaddress"
category="gnu.c.compiler.category.debug"
command="-fsanitize-address"
command="-fsanitize=address"
id="gnu.c.compiler.option.debugging.sanitaddress"
valueType="boolean">
</option>
@ -1229,7 +1229,7 @@
defaultValue="false"
name="%Option.Posix.Debug.sanitpointers"
category="gnu.c.compiler.category.debug"
command="-fsanitize-pointer-compare -fsanitize=pointer-subtract"
command="-fsanitize=pointer-compare -fsanitize=pointer-subtract"
id="gnu.c.compiler.option.debugging.sanitpointers"
valueType="boolean">
</option>