DragonFly: use -O2 as default CFLAGS
Change-Id: Ifb9f4627c15d5f1410af2b87bf2e2f39c945671c
This commit is contained in:
parent
d202754abf
commit
99ea506a58
2 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@
|
|||
#please make generic modifications to unxgcc.mk
|
||||
|
||||
gb_CPUDEFS := -DX86
|
||||
gb_COMPILERDEFAULTOPTFLAGS := -O -g
|
||||
gb_COMPILERDEFAULTOPTFLAGS := -O2
|
||||
|
||||
include $(GBUILDDIR)/platform/unxgcc.mk
|
||||
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
|
||||
#please make generic modifications to unxgcc.mk
|
||||
|
||||
gb_COMPILERDEFAULTOPTFLAGS := -O -g
|
||||
gb_COMPILERDEFAULTOPTFLAGS := -O2
|
||||
|
||||
include $(GBUILDDIR)/platform/unxgcc.mk
|
||||
|
||||
|
|
Loading…
Reference in a new issue