Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
9f469749bf85e4368520087f33d19d221f3a1285
/
.
/
experimental
/
webtry
/
safec++
blob: ec40bed08d2dce61b4a4ad43aa84cbe2f0d72c78 [
file
] [
log
] [
blame
]
#!/bin/bash
# Limit the amount of time and the core size for the compiler.
set
-
e
ulimit
-
t
5
-
c
0
c
++
$@