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 8d79c00 commit c5e3b69Copy full SHA for c5e3b69
config.sh
@@ -33,6 +33,7 @@ function build_netcdf2 {
33
fetch_unpack https://github.com/Unidata/netcdf-c/archive/v${NETCDF_VERSION}.tar.gz
34
echo "Using C compiler: $(which gcc)"
35
echo "gcc version: `gcc --version`"
36
+ export CFLAGS="-std=c99 -pedantic-errors -fextended-identifiers -Wl,-strip-all"
37
(cd netcdf-c-${NETCDF_VERSION} \
38
&& ./configure --prefix=$BUILD_PREFIX --enable-dap \
39
&& make -j4 \
0 commit comments