Skip to content

Commit 4d489f7

Browse files
committed
Remove unneeded cfg debug
1 parent 19c834c commit 4d489f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
RUSTC ?= rustc
2-
RUSTFLAGS += -L. --cfg debug -Z debug-info
2+
RUSTFLAGS += -L. -Z debug-info
33

44
.PHONY: all
55
all: postgres.dummy

0 commit comments

Comments
 (0)