diff options
Diffstat (limited to 'development/slibtool/README')
-rw-r--r-- | development/slibtool/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/development/slibtool/README b/development/slibtool/README index 14d5f5dbb1e57..bc3ddc6aa559a 100644 --- a/development/slibtool/README +++ b/development/slibtool/README @@ -32,3 +32,6 @@ or, for only shared libraries: export MAKEFLAGS='LIBTOOL=dlibtool-shared' or, for only static libraries: export MAKEFLAGS='LIBTOOL=dlibtool-static' + +To build debugging symbols use: + DEBUG=1 ./slibtool.SlackBuild |