netcdf-c/ncgen/env

9 lines
168 B
Plaintext
Raw Normal View History

L="-lc"
K="-k3"
alias q0="./ncgen -d $K $L test.cdl"
alias qq="gdb --args ./ncgen -d $K $L test.cdl"
alias qv="valgrind --leak-check=full ./ncgen -d $K $L test.cdl"