This commit is contained in:
2024-02-23 12:14:58 -06:00
parent 8854c0edbe
commit 61ba76c5a3
5 changed files with 290 additions and 276 deletions

View File

@@ -2,8 +2,8 @@ SRCDIR := .
CC := $(CROSS)gcc
CFLAGS := -fPIC -O3
CXXFLAGS := -I$(SRCDIR)/kiwi -fno-rtti
F_LTO := -flto=auto
CXXFLAGS_EXTRA := -std=c++14 -Wall $(F_LTO)
#F_LTO := -flto=auto
CXXFLAGS_EXTRA := -std=c++14 -Wall $(F_LTO) -fstrict-flex-arrays=3
CFLAGS_EXTRA := -pedantic -std=c99 -Wall $(F_LTO)
LIBFLAG := -shared
LIB_EXT := so