Hi, I have build Bitcoin Core with "./configure --enable-debug --prefix=...", when in debug model, i print some var, but notice "<optimized out>", i want to modify Makefile's compiler option(-O0), is there a easy way to modify it, how about modify "configure" ? thanks.
-
lovecodelc commented at 3:07 PM on October 15, 2016: none
-
laanwj commented at 8:52 PM on October 17, 2016: member
./configure CFLAGS="-O0 -g" CXXFLAGS="-O0 -g" - laanwj closed this on Oct 17, 2016
- MarcoFalke locked this on Sep 8, 2021
Contributors