Skip to content

Commit f6d3f34

Browse files
committed
fix: 🐛 Restore compilation of modified C++ files
1 parent 6494f37 commit f6d3f34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pxt.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ PXT_INIT_ARGS ?=
1919
PXT_INSTALL_ARGS ?=
2020
PXT_NPMINSTALLNATIVE_ARGS ?=
2121
PXT_RUN_ARGS ?=
22-
PXT_SERVE_ARGS ?= --localbuild --rebundle --noauth --no-browser --no-serial -h '0.0.0.0'
22+
PXT_SERVE_ARGS ?= --no-browser --no-serial -h '0.0.0.0'
2323
PXT_STATICPKG_ARGS ?= -o ../static/ --localbuild
2424
PXT_TAG_ARGS ?=
2525
PXT_TESTGHPKGS_ARGS ?=

0 commit comments

Comments
 (0)