Kaydet (Commit) 99ea506a authored tarafından François Tigeot's avatar François Tigeot

DragonFly: use -O2 as default CFLAGS

Change-Id: Ifb9f4627c15d5f1410af2b87bf2e2f39c945671c
üst d202754a
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment