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:
parent
9cd8c56cdc
commit
8c9ca6a372
@ -146,4 +146,8 @@ endif ()
|
|||||||
|
|
||||||
###############################################################################
|
###############################################################################
|
||||||
append_compile_flag(-g)
|
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)
|
||||||
|
Loading…
Reference in New Issue
Block a user