We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e99f334 commit 3814d4eCopy full SHA for 3814d4e
README.md
@@ -143,6 +143,9 @@ following:
143
cmake .. -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Debug -DBUILD_TESTS=ON
144
```
145
146
+Note that `Debug` builds will be much slower than release build. For production
147
+use `Release` or `RelWithDebInfo` builds are recommended.
148
+
149
### Using the PROJ library
150
151
Osm2pgsql has builtin support for the Latlong (WGS84, EPSG:4326) and the
0 commit comments