mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-30 16:10:44 +08:00
3 lines
211 B
Bash
3 lines
211 B
Bash
#!/bin/bash
|
|
set -x
|
|
./configure --disable-dap --disable-doxygen --enable-shared --enable-static --enable-dll --disable-netcdf-4 --disable-utilities --host=x86_64-w64-mingw32 CFLAGS="-ggdb -O0" LDFLAGS="-ggdb -O0" |