mirror of
https://github.com/justinian/jsix.git
synced 2025-12-10 00:14:32 -08:00
Add simple stack trace to exception handler
This commit is contained in:
4
wscript
4
wscript
@@ -58,7 +58,7 @@ def configure(ctx):
|
||||
'-ffreestanding',
|
||||
'-nodefaultlibs',
|
||||
'-fno-builtin',
|
||||
'-fomit-frame-pointer',
|
||||
'-fno-omit-frame-pointer',
|
||||
'-mno-red-zone',
|
||||
]
|
||||
|
||||
@@ -103,7 +103,7 @@ def configure(ctx):
|
||||
ctx.env.append_value('CXXFLAGS', baseflags)
|
||||
ctx.env.append_value('CXXFLAGS', warnflags)
|
||||
ctx.env.append_value('CXXFLAGS', [
|
||||
'-ggdb',
|
||||
'-g',
|
||||
'-std=c++14',
|
||||
'-fno-exceptions',
|
||||
'-fno-rtti',
|
||||
|
||||
Reference in New Issue
Block a user