We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be6f881 commit 24e0f4fCopy full SHA for 24e0f4f
examples/Makefile
@@ -3,7 +3,7 @@
3
# Configuration variables
4
PROGRAM ?= spkrc
5
DSTDIR ?= /usr/local/bin
6
-PROFILE ?= release # can be 'dev' for debugging
+PROFILE ?= release
7
TARGET_DIR = target/$(PROFILE)
8
BINARY_PATH = $(TARGET_DIR)/client
9
CARGO_FLAGS = --profile $(PROFILE)
0 commit comments