aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile2
-rw-r--r--src/ljamalg.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index 596c73d0..4e18d796 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -1,6 +1,8 @@
1############################################################################## 1##############################################################################
2# LuaJIT Makefile. Requires GNU Make. 2# LuaJIT Makefile. Requires GNU Make.
3# 3#
4# Please read doc/install.html before changing any variables!
5#
4# Suitable for POSIX platforms (Linux, *BSD, OSX etc.). 6# Suitable for POSIX platforms (Linux, *BSD, OSX etc.).
5# Also works with MinGW and Cygwin on Windows. 7# Also works with MinGW and Cygwin on Windows.
6# Please check msvcbuild.bat for building with MSVC on Windows. 8# Please check msvcbuild.bat for building with MSVC on Windows.
diff --git a/src/ljamalg.c b/src/ljamalg.c
index d2053624..5d66a9eb 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 160 MB with GCC 4.x)! If you don't have enough physical memory | 9| (around 200 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. |