aboutsummaryrefslogtreecommitdiff
path: root/src/ljamalg.c
diff options
context:
space:
mode:
authorMike Pall <mike>2013-09-03 16:02:54 +0200
committerMike Pall <mike>2013-09-03 16:02:54 +0200
commitf8cecffbbf0fdb7a038d48c136a4bba67c64881e (patch)
tree642ff017e1d3c5c392c1177cf7288b1c74785799 /src/ljamalg.c
parenta4fa4dcfdf5649fb5df623f31648046113c70b61 (diff)
parentb6ec7c7c86ac249ac40a241e1c9b47b729bbba3b (diff)
downloadluajit-f8cecffbbf0fdb7a038d48c136a4bba67c64881e.tar.gz
luajit-f8cecffbbf0fdb7a038d48c136a4bba67c64881e.tar.bz2
luajit-f8cecffbbf0fdb7a038d48c136a4bba67c64881e.zip
Merge branch 'master' into v2.1
Diffstat (limited to 'src/ljamalg.c')
-rw-r--r--src/ljamalg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ljamalg.c b/src/ljamalg.c
index 29fed380..6a4d6022 100644
--- a/src/ljamalg.c
+++ b/src/ljamalg.c
@@ -6,7 +6,7 @@
6/* 6/*
7+--------------------------------------------------------------------------+ 7+--------------------------------------------------------------------------+
8| WARNING: Compiling the amalgamation needs a lot of virtual memory | 8| WARNING: Compiling the amalgamation needs a lot of virtual memory |
9| (around 200 MB with GCC 4.x)! If you don't have enough physical 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 | 10| your machine will start swapping to disk and the compile will not finish |
11| within a reasonable amount of time. | 11| within a reasonable amount of time. |
12| So either compile on a bigger machine or use the non-amalgamated build. | 12| So either compile on a bigger machine or use the non-amalgamated build. |