1
0
Эх сурвалжийг харах

Merge branch 'maint'

* maint:
  Make libelf warnings quiet.
Bryan Drewery 11 жил өмнө
parent
commit
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@