This commit is contained in:
2024-02-22 22:57:27 -06:00
parent a8c1a10cab
commit 00a9fda814
3 changed files with 23 additions and 27 deletions

View File

@@ -1,9 +1,9 @@
SRCDIR := .
CC := $(CROSS)gcc
CFLAGS := -fPIC -Os
CFLAGS := -fPIC -O3
CXXFLAGS := -I$(SRCDIR)/kiwi -fno-rtti
F_LTO := -flto=auto
CXXFLAGS_EXTRA := -pedantic -std=c++14 -Wall $(F_LTO)
CXXFLAGS_EXTRA := -std=c++14 -Wall $(F_LTO)
CFLAGS_EXTRA := -pedantic -std=c99 -Wall $(F_LTO)
LIBFLAG := -shared
LIB_EXT := so