-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Build full-static LLVM tools binaries (#216)
* Build static llvm tool binaries. Previously, the binaries built when ENABLE_TOOL=LLVM are all dynamically linked, there are many .so dependencies that prevent the tool binaries from be deployed to other systems. The change is also required when building release binaries. * Disable gflags and unwind for glog. * Added comments. * Re-enable zlib. * Updated comment. * Make all llvm tools static executable binaries by adding "-static" to the linking command.
- Loading branch information
1 parent
4765163
commit ad21603
Showing
1 changed file
with
19 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters