mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-02-05 16:20:10 +08:00
a5c4bf581f
naming convention. o Modified ncdump shell, test scripts so that the extra digit in an exponent on windows wouldn't be a problem. o Modified configure.ac to check for the zlib dll provided by the zlib group; they recommend using the official dll for windows builds.
5 lines
362 B
Bash
5 lines
362 B
Bash
#!/bin/bash
|
|
set -x
|
|
./configure --disable-dap --disable-doxygen --enable-shared --disable-static --enable-dll --disable-netcdf-4 CFLAGS="-ggdb -O0" LDFLAGS="-ggdb -O0"
|
|
|
|
#./configure --disable-dap --disable-doxygen --enable-shared --disable-static --enable-dll --disable-netcdf-4 --disable-utilities --host=x86_64-w64-mingw32 CFLAGS="-ggdb -O0" LDFLAGS="-ggdb -O0" |