mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
7 lines
86 B
Bash
Executable File
7 lines
86 B
Bash
Executable File
#!/bin/bash
|
|
set -ex
|
|
|
|
# Linux Debug
|
|
./sky/tools/gn --release
|
|
ninja -j 4 -C out/Release
|