You've already forked Magisk
mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-09-06 06:36:58 +00:00
Update build options. See #2
This commit is contained in:
@@ -2,7 +2,7 @@ PREFIX ?= $(DESTDIR)/usr
|
||||
BINDIR ?= $(PREFIX)/bin
|
||||
LIBDIR ?= $(PREFIX)/lib/x86_64-linux-gnu
|
||||
|
||||
CFLAGS ?= -g -Wall -Werror -Wshadow -O2 -pipe -fno-strict-aliasing
|
||||
CFLAGS ?= -g -Wall -Werror -Wshadow -O2 -pipe -std=gnu11
|
||||
LDLIBS=$(LIBDIR)/libsepol.a
|
||||
|
||||
all: sepolicy-inject
|
||||
|
||||
Reference in New Issue
Block a user