Overview
Comment: | When in debugging mode, do not strip out all symbols |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
6108bf018ff5e75dba9cb4a05bf621be |
User & Date: | rkeene on 2018-07-02 03:51:29 |
Other Links: | manifest | tags |
Context
2018-07-02
| ||
06:09 | If we are not generating the private key, do not write to it at all check-in: 1bb3e03251 user: rkeene tags: trunk | |
03:51 | When in debugging mode, do not strip out all symbols check-in: 6108bf018f user: rkeene tags: trunk | |
01:02 | Ensure patch residual files are cleaned up check-in: 16343ae691 user: rkeene tags: trunk | |
Changes
Modified configure.ac from [7a5d060998] to [99a6b71ea4].
︙ | |||
67 68 69 70 71 72 73 74 75 76 | 67 68 69 70 71 72 73 74 75 76 77 78 79 80 | + + + + | else DC_SYNC_RPATH([yes]) fi fi dnl Setup a stable ABI DC_SETUP_STABLE_API(nano.vers, nano.syms) if test "$tcl_nano_debug" = 'true'; then WEAKENSYMS=':' REMOVESYMS=':' fi dnl Produce output AC_OUTPUT(Makefile pkgIndex.tcl nano.syms) |