Add --build-source flag to ncc build commands

This commit is contained in:
netkas 2024-09-23 13:50:21 -04:00
parent 386e137547
commit 0c837c6b54
2 changed files with 2 additions and 2 deletions

View file

@ -9,7 +9,7 @@ all: build
# Build Steps
build:
ncc build --config=$(CONFIG) --log-level $(LOG_LEVEL)
ncc build --config=$(CONFIG) --build-source --log-level $(LOG_LEVEL)
install:
ncc package install --package=$(PACKAGE) --skip-dependencies --reinstall -y --log-level $(LOG_LEVEL)