mirror of
https://github.com/corda/corda.git
synced 2025-02-02 09:18:13 +00:00
remove temporary #error used for debugging
Sorry, that wasn't supposed to be checked in.
This commit is contained in:
parent
67fd707254
commit
0c5471d25e
@ -1995,7 +1995,6 @@ main(int ac, const char** av)
|
|||||||
|| (AVIAN_TARGET_ARCH == AVIAN_ARCH_X86)
|
|| (AVIAN_TARGET_ARCH == AVIAN_ARCH_X86)
|
||||||
const unsigned CodeCapacity = 128 * 1024 * 1024;
|
const unsigned CodeCapacity = 128 * 1024 * 1024;
|
||||||
#else
|
#else
|
||||||
# error "wtf?"
|
|
||||||
const unsigned CodeCapacity = 30 * 1024 * 1024;
|
const unsigned CodeCapacity = 30 * 1024 * 1024;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user