fix: dialogs library fixes, fix mangled name exports, fix libc exported by dialogs library

This commit is contained in:
2026-05-11 20:31:17 +02:00
parent 8cc679a246
commit a7d5f4bf19
3 changed files with 67 additions and 102 deletions
+2
View File
@@ -36,6 +36,7 @@ CXXFLAGS := \
-fno-stack-protector \
-fno-stack-check \
-fPIC \
-fvisibility=hidden \
-fno-rtti \
-fno-exceptions \
-ffunction-sections \
@@ -74,6 +75,7 @@ LIBC_CFLAGS := \
-fno-stack-protector \
-fno-stack-check \
-fPIC \
-fvisibility=hidden \
-ffunction-sections \
-fdata-sections \
-m64 \