DragonFly: use -O2 as default CFLAGS

Change-Id: Ifb9f4627c15d5f1410af2b87bf2e2f39c945671c
This commit is contained in:
François Tigeot 2012-05-17 17:32:54 +02:00
parent d202754abf
commit 99ea506a58
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -27,7 +27,7 @@
#please make generic modifications to unxgcc.mk
gb_COMPILERDEFAULTOPTFLAGS := -O -g
gb_COMPILERDEFAULTOPTFLAGS := -O2
include $(GBUILDDIR)/platform/unxgcc.mk