-
Modify Makefile that contains '-g -ggdb' Change below Makefile below:
OPTFLAG= -g -ggdb -m64 -O3 -fPIC -DNDEBUG -ffast-math -Dcimg_display=1
-
Type below command
$ make clean; $make
-
Turn [isValgrind = True] in below links:
If you are not using this script, then
$ valgrind --log-fd=1 ./RePlAce (all options as in your picture) | tee design_valgrind.log
-
Report the RePlAce/logdir/?_valgrind.log to issues