The default mode is -O2, what I mean of release mode is -O0. The debug
symbol does not matter.
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.
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
3 matches
Mail list logo