Add debug configure to README

pull/750/head
Mike Black W9MDB 2021-07-14 23:13:17 -05:00
rodzic dbdf86fa9a
commit 7a3f00c57f
1 zmienionych plików z 3 dodań i 0 usunięć

3
README
Wyświetl plik

@ -82,6 +82,9 @@ The library may be recompiled by the familiar "three step":
make
sudo make install
For debugging use this configure
./configure CFLAGS=-g -O0 -fPIC --no-create --no-recursio
See the INSTALL file for more information.
Contributing