Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
9a0267fa9aa1dab078ab67b40b647de5be80696f
/
.
/
experimental
/
webtry
/
safec
blob: 9cc5771d4990460e5d750b8843b52cacedc23784 [
file
] [
log
] [
blame
]
humper
9a0267f
2014-09-17 08:42:46 -0700
[
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
cc $@