Skip to content

Commit

Permalink
README.md: clarify the intended uses of "Debug" native libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Nov 5, 2024
1 parent b30cf2d commit 9639d1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Your runtime classpath should include
a JVM library plus 1-to-6 native libraries:
a native library for each platform on which the code will run.

Build types: use "Debug" native libraries during development,
Build types: use "Debug" native libraries for development and troubleshooting,
then switch to "Release" libraries for performance testing and production.

Build flavors: use "Dp" to simulate large worlds (>1000 meters in diameter)
Expand Down

0 comments on commit 9639d1c

Please sign in to comment.