From 9e1a93bcd03ee27c867eefa7c946acadb35c5b4f Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Wed, 20 Mar 2013 20:56:27 -0700 Subject: improve error message --- src/compiler.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/compiler.js b/src/compiler.js index bb72c7dd..7cf43f09 100644 --- a/src/compiler.js +++ b/src/compiler.js @@ -178,7 +178,7 @@ assert(!(USE_TYPED_ARRAYS === 2 && QUANTUM_SIZE !== 4), 'For USE_TYPED_ARRAYS == if (ASM_JS) { assert(!ALLOW_MEMORY_GROWTH, 'Cannot grow asm.js heap'); assert((TOTAL_MEMORY&(TOTAL_MEMORY-1)) == 0, 'asm.js heap must be power of 2'); - assert(DISABLE_EXCEPTION_CATCHING == 1, 'asm.js does not support C++ exceptions yet'); + assert(DISABLE_EXCEPTION_CATCHING == 1, 'asm.js does not support C++ exceptions yet, you must compile with -s DISABLE_EXCEPTION_CATCHING=1'); } assert(!(!NAMED_GLOBALS && BUILD_AS_SHARED_LIB)); // shared libraries must have named globals -- cgit v1.2.3-18-g5258