Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Removed debug flag from the netcdf-c build script
Browse files Browse the repository at this point in the history
  • Loading branch information
MintoDA1 authored and MintoDA1 committed Sep 25, 2023
1 parent 9d6fc7a commit 3a5cddb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions buildscripts/build_netcdf-c.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ printf "*********************************************************\n"
cd ${DEPENDENCY_DIR}/netcdf-c-*
NCDIR="${PREFIX}"
ZLIB_ROOT=${PREFIX}
cmake -B build -S . -G Ninja --debug-find \
cmake -B build -S . -G Ninja \
-DCMAKE_BUILD_TYPE:STRING="Release" \
-DHDF5_DIR:PATH=${HDF5_ROOT}/cmake \
-DHDF5_ROOT:PATH=${HDF5_ROOT} \
Expand All @@ -67,8 +67,6 @@ cmake -B build -S . -G Ninja --debug-find \
-DENABLE_BYTERANGE:BOOL=OFF \
-DENABLE_NCZARR:BOOL=OFF \
-DENABLE_NCZARR_FILTERS:BOOL=OFF \
-DENABLE_NCZARR_FILTER_TESTING:BOOL=OFF \
-DENABLE_NCZARR_FILTERS_TESTING:BOOL=OFF \
-DENABLE_LIBXML2:BOOL=OFF \
-DCMAKE_INSTALL_LIBDIR="lib" \
-DENABLE_REMOTE_FORTRAN_BOOTSTRAP:BOOL=ON
Expand Down

0 comments on commit 3a5cddb

Please sign in to comment.