瀏覽代碼

Merge branch 'maint'

* maint:
  Make libelf warnings quiet.
Bryan Drewery 11 年之前
父節點
當前提交
cb24cb734e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lib/Makefile.in

+ 1 - 1
lib/Makefile.in

@@ -37,7 +37,7 @@ libelf_notice:
 	@echo "[*] Building libelf"
 
 $(top_srcdir)/lib/libelf/lib/libelf.a: libelf_notice
-	+@cd libelf/lib && $(MAKE) libelf.a
+	+@cd libelf/lib && $(MAKE) CFLAGS="-g -O2 -w" libelf.a
 
 libelf: @LIBELF_BUNDLED@