Update README.md

This commit is contained in:
DarthArgus
2016-10-17 17:12:55 +00:00
parent 2e97fd8601
commit 11949ae5bb
+8 -6
View File
@@ -9,9 +9,11 @@ See http://clang.llvm.org/docs/UsersManual.html#profiling-with-instrumentation
It is suggested to strip -s the binaries before deployment.
# Branch Info
master - stable, but internal only
testing - bleeding edge, works in progress, internal only
clang-profile - intenal, modified to profile the code for clang-profile-build
clang-profile-build - "release" and tc branch, as we want to use our fast profiled code
google-profiler - modified for use with gperf
# Branch Information
* master - stable, but internal only
* testing - bleeding edge, works in progress, internal only
* clang-profile - intenal, modified to profile the code for clang-profile-build
* clang-profile-build - "release" and tc branch, as we want to use our fast profiled code
* google-profiler - modified for use with gperf
* icc - deprecated, modified for building with Intel's ICC compiler