shithub: rgbds

Download patch

ref: 72b677a8d7d5f334b67b5a9bfadf98261fdd43cc
parent: bbae9966e904a82c3075f7078ee8dc1d6f51211f
author: ISSOtm <eldredhabert0@gmail.com>
date: Sat Feb 5 09:12:18 EST 2022

Enable "debug" optimizations in `make develop`

Enhances some warnings as well as the sanitizers (Clang especially complained about it)
The `-f*` flags are to get better stack traces out of the sanitizers, as recommended
by Clang's docs: https://clang.llvm.org/docs/AddressSanitizer.html#usage

GCC's docs claim that these optimizations should not hinder the debugging
experience, and Clang's don't mention optimization flags at all.