diff options
Diffstat (limited to '')
-rw-r--r-- | src/ljamalg.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/ljamalg.c b/src/ljamalg.c index 39542981..6712d435 100644 --- a/src/ljamalg.c +++ b/src/ljamalg.c | |||
@@ -3,16 +3,6 @@ | |||
3 | ** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h | 3 | ** Copyright (C) 2005-2020 Mike Pall. See Copyright Notice in luajit.h |
4 | */ | 4 | */ |
5 | 5 | ||
6 | /* | ||
7 | +--------------------------------------------------------------------------+ | ||
8 | | WARNING: Compiling the amalgamation needs a lot of virtual memory | | ||
9 | | (around 300 MB with GCC 4.x)! If you don't have enough physical memory | | ||
10 | | your machine will start swapping to disk and the compile will not finish | | ||
11 | | within a reasonable amount of time. | | ||
12 | | So either compile on a bigger machine or use the non-amalgamated build. | | ||
13 | +--------------------------------------------------------------------------+ | ||
14 | */ | ||
15 | |||
16 | #define ljamalg_c | 6 | #define ljamalg_c |
17 | #define LUA_CORE | 7 | #define LUA_CORE |
18 | 8 | ||