DEBUGINFO: makes debug info stab usable from konan compiler
This commit is contained in:
committed by
vvlevchenko
parent
05c25e4e0a
commit
84d62eb471
@@ -1,7 +0,0 @@
|
||||
headers = DebugInfoC.h
|
||||
|
||||
compilerOpts=-fPIC
|
||||
linkerOpts.osx = -Wl,-all_load -L../llvmDebugInfoC/build/libs/debugInfo/static -ldebugInfo
|
||||
linkerOpts.linux = --Wl,--whole-archive -L../llvmDebugInfoC/build/libs/debugInfo/static -ldebugInfo --Wl,--no-whole-archive -lLLVMCore -lLLVMSupport
|
||||
compilerOpts.osx = -IllvmDebugInfoC/include -Idependencies/all/clang+llvm-3.9.0-darwin-macos/include
|
||||
compilerOpts.linux = -IllvmDebugInfoC/include -Idependencies/all/clang+llvm-3.9.0-linux-x86-64/include
|
||||
Reference in New Issue
Block a user