build_local_android.xcpp


//@importpath "$(PATH_TO_ROOT)/../XcppConfig"
//@import "machine_local.xcpp"

@def+ bool CedaAssertionFailureThrowsException = true
@def+ bool CedaCheckExceptionsInRelease = true

@def+ bool UseStaticBoost = true

// Relevant on Linux
// If true then link against locally build boost (with headers in /usr/local/include and libraries in /usr/local/lib)
// otherwise link against installed packages of boost (with headers in /usr/include and libraries in /usr/lib/x86_64-linux-gnu)
@def+ bool UseLocalBoost = true