summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/osd/sdl.lua
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/src/osd/sdl.lua')
-rw-r--r--scripts/src/osd/sdl.lua8
1 files changed, 8 insertions, 0 deletions
diff --git a/scripts/src/osd/sdl.lua b/scripts/src/osd/sdl.lua
index d5852bcd298..6360e79a89e 100644
--- a/scripts/src/osd/sdl.lua
+++ b/scripts/src/osd/sdl.lua
@@ -422,6 +422,10 @@ if _OPTIONS["with-tools"] then
"ForceCPP",
}
+ flags {
+ "Symbols", -- always include minimum symbols for executables
+ }
+
dofile("sdl_cfg.lua")
includedirs {
@@ -480,6 +484,10 @@ if _OPTIONS["targetos"] == "macosx" and _OPTIONS["with-tools"] then
"ForceCPP",
}
+ flags {
+ "Symbols", -- always include minimum symbols for executables
+ }
+
dofile("sdl_cfg.lua")
if _OPTIONS["SEPARATE_BIN"]~="1" then