Do not strip symbols; we need them for the JIT.
This commit is contained in:
parent
f3c71160a4
commit
363e6162ca
@ -17,8 +17,8 @@ CPPFLAGS += -I$(PROJ_SRC_DIR)/../../include -I$(PROJ_OBJ_DIR)/../../include \
|
||||
-I$(PROJ_OBJ_DIR)/../../../clang/include
|
||||
CXXFLAGS = -fno-rtti
|
||||
|
||||
# Keep exports to resolve symbols in JIT
|
||||
#TOOL_NO_EXPORTS = 1
|
||||
# Keep symbols for JIT resolution
|
||||
NO_DEAD_STRIP := 1
|
||||
|
||||
LINK_COMPONENTS := jit linker native bitwriter bitreader instrumentation option
|
||||
USEDLIBS = clingUserInterface.a clingMetaProcessor.a clingInterpreter.a clingUITextInput.a clingUtils.a clangFrontend.a clangSerialization.a clangDriver.a clangCodeGen.a clangParse.a clangSema.a clangEdit.a clangAnalysis.a clangAST.a clangLex.a clangBasic.a
|
||||
|
Loading…
Reference in New Issue
Block a user