Commit bf543c1 1 parent 8b8c250 commit bf543c1 Copy full SHA for bf543c1
File tree 1 file changed +44
-0
lines changed
1 file changed +44
-0
lines changed Original file line number Diff line number Diff line change 66
66
<activeByDefault >true</activeByDefault >
67
67
</activation >
68
68
</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>-->
69
113
</profiles >
70
114
71
115
<build >
You can’t perform that action at this time.
0 commit comments