Post #1494703
2026-04-20 18:45 UTC
Is the BOOT_CFLAGS, STAGE1_CFLAGS, etc... variables from the building/installing instructions outdated??? WHy is everything building with -g -O2???
Replies (3)
-
@thephd@pony.social 2026-04-20 18:45
ooOOoOOooooh working on this makes me so, SO fucking mad.
-
@abraxas3d@mastodon.radio 2026-04-20 19:00
@thephd Misery loves company. Here you go: https://youtu.be/jYGxY5icxjc?si=VkLy3oJIhrXQZY5l
-
@mid_kid@fosstodon.org 2026-04-20 21:38
@thephd Your frustration is very valid, but in the future you may also want to try setting CFLAGS and CXXFLAGS in the environment before invoking configure. C build systems widely support these, and I'm pretty sure gcc initializes *_C(XX)FLAGS from these during native builds as well.