Skip to content

Commit

Permalink
Added code to easily switch between release and debug builds
Browse files Browse the repository at this point in the history
  • Loading branch information
castortech committed Jul 5, 2023
1 parent 03a35de commit ea85ff0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mdbxjni-win64/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@
<name>mdbxjni</name>
<windowsProjectName>mdbxjni</windowsProjectName>
<windowsBuildTool>msbuild</windowsBuildTool>
<!-- make sure to also change copy resource below to match -->
<!-- <windowsConfiguration>debug</windowsConfiguration>-->
<windowsConfiguration>release</windowsConfiguration>
<classified>false</classified>
<nativeSrcDependency>
<groupId>com.castortech.mdbxjni</groupId>
Expand Down Expand Up @@ -103,6 +106,7 @@
<overwrite>true</overwrite>
<resources>
<resource>
<!-- <directory>${basedir}/../../libmdbx/bin/Debug</directory>-->
<directory>${basedir}/../../libmdbx/bin/Release</directory>
<filtering>false</filtering>
<includes>
Expand Down

0 comments on commit ea85ff0

Please sign in to comment.