Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Added them to correct place (Cmake config)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Mindful that some autobuild packages populate only packages/lib/release
(rather than packages/lib/debug), Linking.cmake always appends
packages/lib/release to CMake's link_directories() directive. But since CMake
always appends CMAKE_BUILD_TYPE to those directories, we end up with a phantom
packages/lib/release/Release directory on the search path. This would be
harmless except that the Mac's 'ld' command produces a warning. These warnings
quickly make TC's "Important Messages" output useless. Try appending
packages/lib/release only when the build type isn't already Release.
|
|
|
|
|
|
|
|
|
|
|
|
build configuration.
|
|
run_build_test.py already has the capability to set environment variables, and
we may as well direct it to set PYTHON to the running Python interpreter. That
completely eliminates one level of process wrapper.
|
|
helps me find memory leaks.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
same tcmalloc options as the sl executable
|
|
|
|
enabled
|
|
|
|
|
|
|
|
|
|
|
|
some have both problems...)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|