mirror of
https://github.com/profanity-im/profanity.git
synced 2024-10-27 20:30:13 -04:00
064174efa3
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
5 lines
131 B
Bash
Executable File
5 lines
131 B
Bash
Executable File
#!/bin/sh
|
|
|
|
#./configure PYTHON_VERSION=3 CFLAGS='-g3 -O0' CXXFLAGS='-g3 -O0' $@
|
|
./configure CFLAGS='-g3 -O0' CXXFLAGS='-g3 -O0' $@
|