Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
Currently, -O2 is set for compilation.
It would optimize some code automatically.
Consequently, we cannot print some variables during debugging.
It is necessary to clear the optimization level if debug is enabled,
./configure --enable-debug