optimisation: temporarily disable -ggdb

This works around an ICE with libcruft-util's coord classes and GCC's
trunc_int_for_mode.
This commit is contained in:
Danny Robson 2018-01-18 11:54:11 +11:00
parent 9cd8c56cdc
commit 8c9ca6a372

View File

@ -146,4 +146,8 @@ endif ()
###############################################################################
append_compile_flag(-g)
append_compile_flag(-ggdb)
# gcc#: -ggdb tends to trigger an ICE in 'trunc_int_for_mode' under GCC with
# libcruft-util's coord code. It's not strictly necessary so disable it for
# now.
#append_compile_flag(-ggdb)