mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
Doh! Disable debugging
This commit is contained in:
@@ -19,7 +19,8 @@ $(TINYLOGIN_DIR)/Config.h: $(DL_DIR)/$(TINYLOGIN_SOURCE)
|
|||||||
perl -i -p -e "s/\`id -u\` -ne 0/0 == 1/;" \
|
perl -i -p -e "s/\`id -u\` -ne 0/0 == 1/;" \
|
||||||
-e "s/4755 --owner=root --group=root/755/" \
|
-e "s/4755 --owner=root --group=root/755/" \
|
||||||
$(TINYLOGIN_DIR)/install.sh
|
$(TINYLOGIN_DIR)/install.sh
|
||||||
perl -i -p -e "s/^DODEBUG.*/DODEBUG=true/g;" $(TINYLOGIN_DIR)/Makefile
|
perl -i -p -e "s/^DOSTATIC.*/DOSTATIC=false/g;" $(TINYLOGIN_DIR)/Makefile
|
||||||
|
perl -i -p -e "s/^DODEBUG.*/DODEBUG=false/g;" $(TINYLOGIN_DIR)/Makefile
|
||||||
# date test this one
|
# date test this one
|
||||||
touch $(TINYLOGIN_DIR)/Config.h
|
touch $(TINYLOGIN_DIR)/Config.h
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user