[asterisk-bugs] [JIRA] (ASTERISK-26676) enabling TEST_FRAMEWORK changes AST_BUILDOPT_SUM
Tzafrir Cohen (JIRA)
noreply at issues.asterisk.org
Fri Dec 23 12:38:10 CST 2016
[ https://issues.asterisk.org/jira/browse/ASTERISK-26676?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tzafrir Cohen closed ASTERISK-26676.
------------------------------------
Resolution: Not A Bug
It seems I forgot to double check the information. TEST_FRAMEWORK does indeed change the ABI. Sorry for the noise.
> enabling TEST_FRAMEWORK changes AST_BUILDOPT_SUM
> ------------------------------------------------
>
> Key: ASTERISK-26676
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-26676
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Core/BuildSystem
> Affects Versions: 13.13.1, 14.2.1
> Reporter: Tzafrir Cohen
> Severity: Minor
>
> AST_BUILDOPT_SUM in include/asterisk/buildopts.h is created by build_tools/make_buildopts_h . The checksum is a hash of a string that includes DEVMODE (if set) and build flags, except those explicitly ignored in the script (because they don't change the ABI).
> TEST_FRAMEWORK does not seem to change the ABI and thus can be safely added to the list.
> Here are all other potential build flags:
> * ADDRESS_SANITIZER
> * BUSYDETECT_COMPARE_TONE_AND_SILENCE
> * BUSYDETECT_DEBUG
> * BUSYDETECT_TONEONLY
> * COMPILE_DOUBLE
> * DEBUG_CHAOS
> * DEBUG_FD_LEAKS
> * DEBUG_THREADLOCALS
> * DEBUG_THREADS
> * DISABLE_INLINE
> * DO_CRASH
> * DONT_OPTIMIZE
> * G711_NEW_ALGORITHM
> * G711_REDUCED_BRANCHING
> * INTEGER_CALLERID
> * LEAK_SANITIZER
> * LOADABLE_MODULES
> * MALLOC_DEBUG
> * MTX_PROFILE
> * OPTIONAL_API
> * STATIC_BUILD
> * TEST_CODING_TABLES
> * TEST_FRAMEWORK
> * TEST_TANDEM_TRANSCODING
> * THREAD_CRASH
> * THREAD_SANITIZER
> * TRACE_FRAMES
> * UNDEFINED_SANITIZER
> * USE_HOARD_ALLOCATOR
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list