Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Monitoring
Checkmk
Commits
853708d5
Commit
853708d5
authored
May 24, 2022
by
Sergey Kipnis
Browse files
Enable address sanitizer for debug build
Change-Id: I222e1b56b5d0b9e0a1b5268d2a2bd9a5efb16293
parent
970c0dc3
Changes
3
Hide whitespace changes
Inline
Side-by-side
agents/wnx/src/check_mk_service.vcxproj
View file @
853708d5
...
...
@@ -32,6 +32,7 @@
<PlatformToolset>
v143
</PlatformToolset>
<CharacterSet>
Unicode
</CharacterSet>
<SpectreMitigation>
false
</SpectreMitigation>
<EnableASAN>
true
</EnableASAN>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
Label=
"Configuration"
>
<ConfigurationType>
Application
</ConfigurationType>
...
...
@@ -47,6 +48,7 @@
<PlatformToolset>
v143
</PlatformToolset>
<CharacterSet>
Unicode
</CharacterSet>
<SpectreMitigation>
false
</SpectreMitigation>
<EnableASAN>
true
</EnableASAN>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
Label=
"Configuration"
>
<ConfigurationType>
Application
</ConfigurationType>
...
...
agents/wnx/src/engine/engine.vcxproj
View file @
853708d5
...
...
@@ -32,6 +32,7 @@
<PlatformToolset>
v143
</PlatformToolset>
<CharacterSet>
Unicode
</CharacterSet>
<SpectreMitigation>
false
</SpectreMitigation>
<EnableASAN>
true
</EnableASAN>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
Label=
"Configuration"
>
<ConfigurationType>
StaticLibrary
</ConfigurationType>
...
...
@@ -47,6 +48,7 @@
<PlatformToolset>
v143
</PlatformToolset>
<CharacterSet>
Unicode
</CharacterSet>
<SpectreMitigation>
false
</SpectreMitigation>
<EnableASAN>
true
</EnableASAN>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
Label=
"Configuration"
>
<ConfigurationType>
StaticLibrary
</ConfigurationType>
...
...
agents/wnx/watest/watest.vcxproj
View file @
853708d5
...
...
@@ -32,7 +32,7 @@
<PlatformToolset>
v143
</PlatformToolset>
<CharacterSet>
Unicode
</CharacterSet>
<SpectreMitigation>
false
</SpectreMitigation>
<EnableASAN>
fals
e
</EnableASAN>
<EnableASAN>
tru
e
</EnableASAN>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|Win32'"
Label=
"Configuration"
>
<ConfigurationType>
Application
</ConfigurationType>
...
...
@@ -49,7 +49,7 @@
<PlatformToolset>
v143
</PlatformToolset>
<CharacterSet>
Unicode
</CharacterSet>
<SpectreMitigation>
false
</SpectreMitigation>
<EnableASAN>
fals
e
</EnableASAN>
<EnableASAN>
tru
e
</EnableASAN>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
Label=
"Configuration"
>
<ConfigurationType>
Application
</ConfigurationType>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment