Hennadii Stepanov
393be86724
build, msvc: Drop no longer required macro definitions for leveldb
...
Since levedb v1.21:
- the `__STDC_LIMIT_MACROS` macro definition is unneeded;
commit: 50fbc87e8c62a816d6afd4740e0652a13ac6dc3e
- the `LEVELDB_ATOMIC_PRESENT` macro is unused;
commit: 04f39105c5a418905da8b7657ca244d672c99d3b
2022-10-23 08:05:43 +01:00
Hennadii Stepanov
7c543bc27b
build: Enable safe warnings for msvc builds
2021-03-29 11:01:19 +03:00
Aaron Clauson
8e68bb1dde
build: Disable msvc warning 4722 for leveldb build
...
This prevents AppVeyor from failing on a warning in leveldb's new
Windows environment.
2020-01-28 17:01:48 +01:00
Aaron Clauson
be23949765
build: MSVC changes for leveldb update
2020-01-28 17:01:48 +01:00
nicolas.dorier
08c721dab2
[MSVC] Copy build output to src/ automatically after build
2019-07-01 19:16:19 +09:00
Aaron Clauson
750d1bc7df
Cleaned up and consolidated msvc build files to allow faster builds and easier migration to vs2019.
2019-06-19 09:20:20 +02:00
Chun Kuan Lee
8a1f0a38d4
scripted-diff: Remove NDEBUG pre-define
...
-BEGIN VERIFY SCRIPT-
sed -i 's/NDEBUG;//g' $(git grep --name-only 'NDEBUG;' build_msvc)
-END VERIFY SCRIPT-
2019-02-17 18:26:11 +08:00
Chun Kuan Lee
82dcacb822
msvc: build leveldb locally
2019-02-01 00:28:50 +08:00