Skip to content

Commit be7022d

Browse files
committed
build.sh: Build m1n1 in RELEASE mode
Signed-off-by: Hector Martin <[email protected]>
1 parent 35a6e01 commit be7022d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ wget -Nc "$PYTHON_URI"
3333

3434
echo "Building m1n1..."
3535

36-
make -C "$M1N1" -j4
36+
make -C "$M1N1" RELEASE=1 -j4
3737

3838
echo "Building u-boot..."
3939

0 commit comments

Comments
 (0)