mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-14 15:20:09 +08:00
Use optimization level -O2
This commit is contained in:
@@ -62,7 +62,7 @@ class error(Exception):
|
||||
return self.msg
|
||||
|
||||
def common_flags():
|
||||
return ['-O',
|
||||
return ['-O2',
|
||||
'-g',
|
||||
'-fno-strict-aliasing',
|
||||
'-ffreestanding',
|
||||
|
Reference in New Issue
Block a user