https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275567

--- Comment #4 from Nuno Teixeira <edua...@freebsd.org> ---
(In reply to Nuno Teixeira from comment #3)
(...)
###
gtk_debug_cflags = []
debug = get_option('debug')
optimization = get_option('optimization')
if debug
  gtk_debug_cflags += '-DG_ENABLE_DEBUG'
  if optimization in ['0', 'g']
    gtk_debug_cflags += '-DG_ENABLE_CONSISTENCY_CHECKS'
  endif
elif optimization in ['2', '3', 's']
  gtk_debug_cflags += '-DG_DISABLE_CAST_CHECKS'
endif
###

- We could change 'optimization' for better debug.
- How to disable 'stripping'. I was thinking that DEBUG when turned on,
disabled optimized cflags and strip...

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to