Differences From Artifact [7a5d060998]:
- File configure.ac — part of check-in [a05b5da951] at 2018-07-02 01:01:43 on branch trunk — Only export the symbols we actually want to export (user: rkeene, size: 2279) [annotate] [blame] [check-ins using]
To Artifact [99a6b71ea4]:
- File configure.ac — part of check-in [6108bf018f] at 2018-07-02 03:51:29 on branch trunk — When in debugging mode, do not strip out all symbols (user: rkeene, size: 2355) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
67 68 69 70 71 72 73 74 75 76 | else DC_SYNC_RPATH([yes]) fi fi dnl Setup a stable ABI DC_SETUP_STABLE_API(nano.vers, nano.syms) dnl Produce output AC_OUTPUT(Makefile pkgIndex.tcl nano.syms) | > > > > | 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) |