From 918aa6209a25efeaad3d9cac1b66366ed645f878 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Tue, 1 Jun 2004 15:05:04 +0000 Subject: [PATCH] Compiler has no stdin. --- config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config b/config index 1eb34d3..950d03e 100644 --- a/config +++ b/config @@ -44,7 +44,7 @@ COMP_p='/usr/bin/fpc -Ci -Cr -g -O2 -So -Sg -o$EXE $EXTRA_PFLAGS $SRC' COMP_pas="$COMP_p" # Sandbox options used when compiling -COMP_SANDBOX_OPTS='-m65536 -t60 -w -e' +COMP_SANDBOX_OPTS='-m65536 -t60 -w -e -i/dev/null' # Sandbox initializaton commands for compilation COMP_SANDBOX_INIT= -- 2.39.2