Sign in
cobalt
/
cobalt
/
27c99a9beb5c709d5a12287d75b9575623f5e385
/
.
/
src
/
third_party
/
skia
/
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
++
$@