Kaydet (Commit) 9ce48e3c authored tarafından François Tigeot's avatar François Tigeot

Use the same CFLAGS on DragonFly and NetBSD.

üst cf7e8929
......@@ -28,7 +28,7 @@
#please make generic modifications to unxgcc.mk
gb_CPUDEFS := -DX86
gb_COMPILERDEFAULTOPTFLAGS := -O2
gb_COMPILERDEFAULTOPTFLAGS := -O -g
include $(GBUILDDIR)/platform/unxgcc.mk
......
......@@ -27,7 +27,7 @@
#please make generic modifications to unxgcc.mk
gb_COMPILERDEFAULTOPTFLAGS := -O2
gb_COMPILERDEFAULTOPTFLAGS := -O -g
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