Skip to content

Commit 3814d4e

Browse files
committed
Add notice about build types to README
1 parent e99f334 commit 3814d4e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,9 @@ following:
143143
cmake .. -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Debug -DBUILD_TESTS=ON
144144
```
145145

146+
Note that `Debug` builds will be much slower than release build. For production
147+
use `Release` or `RelWithDebInfo` builds are recommended.
148+
146149
### Using the PROJ library
147150

148151
Osm2pgsql has builtin support for the Latlong (WGS84, EPSG:4326) and the

0 commit comments

Comments
 (0)