]> git.dujemihanovic.xyz Git - nameless-os.git/commit
kernel, stage3: Disable -O2 and -flto, enable -Og
authorDuje Mihanović <duje.mihanovic@skole.hr>
Sat, 2 Jul 2022 12:26:41 +0000 (14:26 +0200)
committerDuje Mihanović <duje.mihanovic@skole.hr>
Sat, 2 Jul 2022 12:26:41 +0000 (14:26 +0200)
commit138126cbc8962bf148274a568916ac45454e84b7
treed57503df7fe2a6a359399884e12c2c7e8822995e
parent2fe1e5020baffbec00f48fe56bfce0d9860a9ee1
kernel, stage3: Disable -O2 and -flto, enable -Og

This effectively reverts commit 99a0307 ("kernel, stage3: Enable -O2 and LTO by
default") and instead enables -Og to aid in debugging.
boot/x86/stage3/Makefile
kernel/Makefile