mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-07-22 05:47:17 +08:00
Use optimization level -O2
This commit is contained in:
parent
d6c6017c25
commit
c6899159e4
@ -62,7 +62,7 @@ class error(Exception):
|
||||
return self.msg
|
||||
|
||||
def common_flags():
|
||||
return ['-O',
|
||||
return ['-O2',
|
||||
'-g',
|
||||
'-fno-strict-aliasing',
|
||||
'-ffreestanding',
|
||||
|
Loading…
x
Reference in New Issue
Block a user