netcdf-c/my_shared_min_configure.sh

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"