diff options
Diffstat (limited to 'scripts/src/main.lua')
| -rw-r--r-- | scripts/src/main.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/src/main.lua b/scripts/src/main.lua index 7b1971d0da1..63e460f4709 100644 --- a/scripts/src/main.lua +++ b/scripts/src/main.lua @@ -51,7 +51,7 @@ end configuration { "mingw*" } postbuildcommands { "$(SILENT) echo Dumping symbols.", - "$(SILENT) objdump --section=.text --line-numbers --syms --demangle $(TARGET) >$(subst .exe,.sym,$(TARGET))" + "$(SILENT) objdump --section=.text --syms --demangle $(TARGET) >$(subst .exe,.sym,$(TARGET))" } end |
