Quellcode durchsuchen

Make libelf warnings quiet.

The clang -Wtautological-compare compare ones are especially annoying.
Bryan Drewery vor 11 Jahren
Ursprung
Commit
e7a27556f7
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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@