From 9051e7558ee5339dde8a2aaea78d534b32fffd07 Mon Sep 17 00:00:00 2001 From: David Williams Date: Sat, 29 Dec 2012 21:32:07 +0100 Subject: [PATCH] Setting appropriate build variables for Android version. --- .../PolyVoxCore/include/PolyVoxCore/Impl/CompilerCapabilities.h | 2 +- library/PolyVoxCore/include/PolyVoxCore/Impl/ErrorHandling.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/library/PolyVoxCore/include/PolyVoxCore/Impl/CompilerCapabilities.h b/library/PolyVoxCore/include/PolyVoxCore/Impl/CompilerCapabilities.h index 9afbf506..0c52ac7e 100644 --- a/library/PolyVoxCore/include/PolyVoxCore/Impl/CompilerCapabilities.h +++ b/library/PolyVoxCore/include/PolyVoxCore/Impl/CompilerCapabilities.h @@ -11,7 +11,7 @@ //#undef HAS_CXX11_CONSTEXPR -#define HAS_CXX11_STATIC_ASSERT +//#define HAS_CXX11_STATIC_ASSERT #define HAS_CXX11_CSTDINT_H diff --git a/library/PolyVoxCore/include/PolyVoxCore/Impl/ErrorHandling.h b/library/PolyVoxCore/include/PolyVoxCore/Impl/ErrorHandling.h index 65c2789d..d3ef8b49 100644 --- a/library/PolyVoxCore/include/PolyVoxCore/Impl/ErrorHandling.h +++ b/library/PolyVoxCore/include/PolyVoxCore/Impl/ErrorHandling.h @@ -29,7 +29,7 @@ freely, subject to the following restrictions: #include #define POLYVOX_ASSERTS_ENABLED -#define POLYVOX_THROW_ENABLED +//#define POLYVOX_THROW_ENABLED #if defined(_MSC_VER) #define POLYVOX_HALT() __debugbreak()