address review comments

This commit is contained in:
Markus Pilman 2020-11-25 16:23:36 -07:00
parent dae8ea24ad
commit b04f09b29b
1 changed files with 1 additions and 6 deletions

View File

@ -12,11 +12,10 @@
# define NTDDI_VERSION 0x05020000
# define BOOST_ALL_NO_LIB
#else
# cmakedefine USE_UCONTEXT
# cmakedefine USE_ASAN
# cmakedefine USE_MSAN
# cmakedefine USE_UBSAN
# cmakedefine USE_UCONTEXT
# define USE_UCONTEXT
# if defined(USE_ASAN) || \
defined(USE_MSAN) || \
defined(USE_UBSAN) || \
@ -41,10 +40,6 @@
# ifdef USE_VALGRIND
# define VALGRIND 1
# endif
# cmakedefine WITH_LIBCXX
# if !defined(WITH_LIBCXX) && defined(__APPLE__)
# define WITH_LIBCXX
# endif
# cmakedefine DTRACE_PROBES
# cmakedefine HAS_ALIGNED_ALLOC
#endif // WIN32