mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-27 13:14:15 -04:00
meso: use -fno-non-call-exceptions, -fno-use-cxa-atexit
This commit is contained in:
parent
86eea62cd8
commit
9accbcf8e1
3 changed files with 5 additions and 6 deletions
|
@ -19,8 +19,7 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
void __dso_handle() { /* ... */ }
|
||||
void __cxa_atexit() { /* ... */ }
|
||||
/* cxx implementation details to be stubbed here, as needed. */
|
||||
|
||||
#ifdef __cplusplus
|
||||
} /* extern "C" */
|
Loading…
Add table
Add a link
Reference in a new issue