Bug#925749: Debug means -O0

2020-01-11 Thread Feng Zhao
The default mode is -O2, what I mean of release mode is -O0. The debug symbol does not matter.

Bug#925749: Debug build is ok

2020-01-10 Thread Feng Zhao
lgf_reader_writer_test passes when I build the program in Debug mode. However, Release mode build will fail to run, which is the default build in packaging.

Bug#925749: Problem not reproducible using g++9.2.1

2020-01-09 Thread Feng Zhao
I test the packaging on 1.3.1+dfsg-2 with g++9.2.1. The compilation is ok but one of the test fails: liblemon/obj-x86_64-linux-gnu/test$ ./lgf_reader_writer_test terminate called after throwing an instance of 'lemon::FormatError'   what():  lemon:FormatError: Item not found