about summary refs log tree commit diff stats
path: root/configure-debug
Commit message (Collapse)AuthorAgeFilesLines
* debug build: build without -fsanitize=addressMichael Vetter2021-03-241-1/+1
| | | | | | | | | | | | Sorry :-) Seems then we can't use valgrind since that does its own ASAN things. So maybe developers needs to set some flags by themselves to find these memory issues. https://fuzzing-project.org/tutorial-cflags.html might be of help. Regards: https://github.com/profanity-im/profanity/issues/1512
* debug build: build with -fsanitize=addressMichael Vetter2021-03-241-1/+1
| | | | | | | | Let's compile with this flag to detect memory erros in the debug build. See https://clang.llvm.org/docs/AddressSanitizer.html Regards: https://github.com/profanity-im/profanity/issues/1512
* Include python plugins by default in buildJames Booth2016-07-241-2/+2
|
* Comment python version arg in configure-debugJames Booth2016-07-191-2/+2
|
* Use python3 in configure-debugJames Booth2016-07-191-2/+2
|
* Tidy python3 conditional codeJames Booth2016-07-191-2/+2
|
* Fix prof module init for python3James Booth2016-07-181-0/+1
|
* Added PYTHON3 defineJames Booth2016-07-141-1/+1
|
* Added boolean settings for pluginsJames Booth2016-03-251-1/+1
|
* Don't ignore arguments passed to ./configure-debugDmitry Podgorny2015-06-221-1/+1
|
* Handle chat states for users not in rosterJames Booth2014-08-191-1/+1
| | | | issue #397
* Removed otr flag from configure-debugJames Booth2014-08-191-1/+1
|
* Added message stanza error testsJames Booth2014-01-281-1/+1
|
* Added configure-debug scriptJames Booth2013-09-221-0/+3