Atmosphere-libs/config/os
Michael Scire 9b01b09c4b windows: disable -fdata-sections
This causes all data to be emitted as .data$*. This breaks fzero-initialized-in-bss,
because linker puts stuff in .data even when it's all-zero and should end up in .bss.
2023-03-13 17:17:07 -07:00
..
horizon Add stratosphere makefile, move common/include to libs 2019-12-09 03:54:45 -08:00
linux abort/error: print backtrace, abuse templates, overhaul result/diag (macos not done yet) 2022-03-23 09:15:49 -07:00
macos abort/error: print backtrace, abuse templates, overhaul result/diag (macos not done yet) 2022-03-23 09:15:49 -07:00
windows windows: disable -fdata-sections 2023-03-13 17:17:07 -07:00