mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-22 20:09:43 +01:00
compile_vm: added missing cc script
This commit is contained in:
parent
346f291c29
commit
80b50559bb
@ -13,7 +13,7 @@ use warnings;
|
||||
# These are set automatically by the build/commit script
|
||||
use constant {
|
||||
BUILD_NAME => "PBot",
|
||||
BUILD_REVISION => 291,
|
||||
BUILD_REVISION => 292,
|
||||
BUILD_DATE => "2011-01-31",
|
||||
};
|
||||
|
||||
|
6
modules/compiler_vm/cc
Executable file
6
modules/compiler_vm/cc
Executable file
@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
CC_LOCAL=1
|
||||
export CC_LOCAL
|
||||
ulimit -c 50000
|
||||
./compiler_vm_client.pl compiler $*
|
Loading…
Reference in New Issue
Block a user