blob: 9cc5771d4990460e5d750b8843b52cacedc23784 [file] [log] [blame]
humper9a0267f2014-09-17 08:42:46 -07001#!/bin/bash
2# Limit the amount of time and the core size for the compiler.
3set -e
4
5ulimit -t 5 -c 0
6
7cc $@