Skip to content

Commit bf543c1

Browse files
committed
commented asan
1 parent 8b8c250 commit bf543c1

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

mdbxjni-win64/pom.xml

+44
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,50 @@
6666
<activeByDefault>true</activeByDefault>
6767
</activation>
6868
</profile>
69+
<!-- <profile>-->
70+
<!-- <id>asan</id>-->
71+
<!-- <properties>-->
72+
<!-- <asan.enabled>true</asan.enabled>-->
73+
<!-- <asan.library.path>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.42.34433\bin\Hostx64\x64</asan.library.path>-->
74+
<!-- <asan.runtime.path>C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Redist\MSVC\14.42.34433\debug_nonredist\x64\Microsoft.VC143.DebugCRT</asan.runtime.path>-->
75+
<!-- </properties>-->
76+
<!-- <build>-->
77+
<!-- <plugins>-->
78+
<!-- <plugin>-->
79+
<!-- <groupId>org.apache.maven.plugins</groupId>-->
80+
<!-- <artifactId>maven-resources-plugin</artifactId>-->
81+
<!-- <executions>-->
82+
<!-- <execution>-->
83+
<!-- <id>copy-asan-dlls</id>-->
84+
<!-- <phase>prepare-package</phase>-->
85+
<!-- <goals>-->
86+
<!-- <goal>copy-resources</goal>-->
87+
<!-- </goals>-->
88+
<!-- <configuration>-->
89+
<!-- <outputDirectory>${basedir}/target/generated-sources/hawtjni/lib/META-INF/native/windows64</outputDirectory>-->
90+
<!-- <overwrite>true</overwrite>-->
91+
<!-- <resources>-->
92+
<!-- <resource>-->
93+
<!-- <directory>${asan.library.path}</directory>-->
94+
<!-- <includes>-->
95+
<!-- <include>clang_rt.asan_dynamic-x86_64.dll</include>-->
96+
<!-- </includes>-->
97+
<!-- </resource>-->
98+
<!-- <resource>-->
99+
<!-- <directory>${asan.runtime.path}</directory>-->
100+
<!-- <includes>-->
101+
<!-- <include>vcruntime140d.dll</include>-->
102+
<!-- <include>vcruntime140_1d.dll</include>-->
103+
<!-- </includes>-->
104+
<!-- </resource>-->
105+
<!-- </resources>-->
106+
<!-- </configuration>-->
107+
<!-- </execution>-->
108+
<!-- </executions>-->
109+
<!-- </plugin>-->
110+
<!-- </plugins>-->
111+
<!-- </build>-->
112+
<!-- </profile>-->
69113
</profiles>
70114

71115
<build>

0 commit comments

Comments
 (0)