again
This commit is contained in:
4
Makefile
4
Makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user