pluginctl: 0.1.4

This commit is contained in:
Felipe M 2025-08-06 19:16:59 +02:00
parent a76200f4b9
commit 275dd4bb8e
No known key found for this signature in database
GPG key ID: 52E5D65FCF99808A
3 changed files with 3 additions and 6 deletions

View file

@ -23,9 +23,6 @@ ASSETS_DIR ?= assets
.PHONY: default
default: all
# Verify environment, and define PLUGIN_ID, PLUGIN_VERSION, HAS_SERVER and HAS_WEBAPP as needed.
include build/setup.mk
ifneq ($(MM_DEBUG),)
GO_BUILD_GCFLAGS = -gcflags "all=-N -l"
else