You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changed GDAL build from Make to Ninja for faster parallel compilation:
- Added -GNinja to cmake to generate Ninja build files
- Use 'ninja' instead of 'make -j$(nproc)'
- Use 'ninja install' instead of 'make install'
Ninja is faster and more efficient for parallel builds.
ninja-build package is already installed in dependencies.
0 commit comments