Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skqp
/
97b9ab72cd5ee0cba4692082737266376425f27c
/
.
/
experimental
/
webtry
/
safec++
blob: ec40bed08d2dce61b4a4ad43aa84cbe2f0d72c78 [
file
] [
log
] [
blame
]
commit-bot@chromium.org
89126a6
2014-04-30 19:38:51 +0000
[
diff
] [
blame
]
1
#!/bin/bash
2
# Limit the amount of time and the core size for the compiler.
3
set
-
e
4
5
ulimit
-
t
5
-
c
0
6
7
c
++
$@