mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-03-07 17:08:02 +08:00
9 lines
168 B
Plaintext
9 lines
168 B
Plaintext
|
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"
|
||
|
|
||
|
|
||
|
|