hello — debug vs release, side by side

The same hello.c, two builds. Click a section in either panel to inspect it in both — the debug build maps its code back to source; the release build can't. Prefer the story? Read the narrated exhibit →

debug -g -O0
release -O2, stripped