Remove sibling calls to make the disassembly cleaner.
This commit is contained in:
parent
1143dc1b3f
commit
3796627962
@ -49,7 +49,8 @@ if 'LDFLAGS' in os.environ:
|
||||
env.Append(LINKFLAGS = SCons.Util.CLVar(os.environ['LDFLAGS']))
|
||||
|
||||
env.Append(CFLAGS = [ "-Wshadow", "-Wno-typedef-redefinition" ])
|
||||
env.Append(CPPFLAGS = [ "-fno-builtin", "-fno-stack-protector" ])
|
||||
env.Append(CPPFLAGS = [ "-fno-builtin", "-fno-stack-protector",
|
||||
"-fno-optimize-sibling-calls" ])
|
||||
|
||||
if (env["STRICT"] == "1"):
|
||||
env.Append(CPPFLAGS = [ "-Wformat=2", "-Wmissing-format-attribute",
|
||||
|
Loading…
Reference in New Issue
Block a user