1
0
Fork 0
Commit Graph

14 Commits

Author SHA1 Message Date
Michael Vetter 064174efa3 debug build: build without -fsanitize=address
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
2021-03-24 17:20:54 +01:00
Michael Vetter 5f7840bc3f debug build: build with -fsanitize=address
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
2021-03-24 17:08:19 +01:00
James Booth 27a842d1cf Include python plugins by default in build 2016-07-24 01:34:02 +01:00
James Booth 066526db41 Comment python version arg in configure-debug 2016-07-19 23:43:43 +01:00
James Booth f1dea893aa Use python3 in configure-debug 2016-07-19 01:05:17 +01:00
James Booth 376811a960 Tidy python3 conditional code 2016-07-19 01:02:33 +01:00
James Booth 7d742f704f Fix prof module init for python3 2016-07-18 01:27:23 +01:00
James Booth ace2715cf7 Added PYTHON3 define 2016-07-14 00:00:46 +01:00
James Booth a4e6d50a40 Added boolean settings for plugins 2016-03-25 22:06:24 +00:00
Dmitry Podgorny 6ba4456c0a Don't ignore arguments passed to ./configure-debug 2015-06-22 12:36:46 +00:00
James Booth 5b40696ea0 Handle chat states for users not in roster
issue #397
2014-08-19 21:22:43 +01:00
James Booth 78b870b5ec Removed otr flag from configure-debug 2014-08-19 20:58:38 +01:00
James Booth 571665eeac Added message stanza error tests 2014-01-28 23:56:45 +00:00
James Booth 426b669c35 Added configure-debug script 2013-09-22 22:43:13 +01:00