diff options
author | Jason Evans <jasone@canonware.com> | 2016-10-28 00:10:56 (GMT) |
---|---|---|
committer | Jason Evans <jasone@canonware.com> | 2016-10-28 07:47:53 (GMT) |
commit | 875ff15e6a99f4ff4d8aaaaf76d9dc5f3d8f1e39 (patch) | |
tree | c0af643fd76119edfdaf0505ddf2e689ad2a1f06 /msvc/ReadMe.txt | |
parent | 1eb801bcad74f4b7eb4d5ab3ce2d67935c10ac58 (diff) | |
download | jemalloc-875ff15e6a99f4ff4d8aaaaf76d9dc5f3d8f1e39.zip jemalloc-875ff15e6a99f4ff4d8aaaaf76d9dc5f3d8f1e39.tar.gz jemalloc-875ff15e6a99f4ff4d8aaaaf76d9dc5f3d8f1e39.tar.bz2 |
Only use --whole-archive with gcc.
Conditionalize use of --whole-archive on the platform plus compiler,
rather than on the ABI. This fixes a regression caused by
7b24c6e5570062495243f1e55131b395adb31e33 (Use --whole-archive when
linking integration tests on MinGW.).
Diffstat (limited to 'msvc/ReadMe.txt')
-rw-r--r-- | msvc/ReadMe.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/msvc/ReadMe.txt b/msvc/ReadMe.txt index b1c2fc5..77d567d 100644 --- a/msvc/ReadMe.txt +++ b/msvc/ReadMe.txt @@ -17,7 +17,7 @@ How to build jemalloc for Windows (note: x86/x64 doesn't matter at this point) 5. Generate header files: - sh -c "./autogen.sh" CC=cl --enable-lazy-lock=no + sh -c "CC=cl ./autogen.sh" 6. Now the project can be opened and built in Visual Studio: msvc\jemalloc_vc2015.sln |