Skip to content

Commit 4329a04

Browse files
committed
dbg
1 parent eece747 commit 4329a04

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

dtmd/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
CC=gcc
2-
CFLAGS=-g -O2 -Wall -Iinclude -D_LARGEFILE64_SOURCE -O0 # -DDEBUG
2+
CFLAGS=-g -Wall -Iinclude -D_LARGEFILE64_SOURCE -O0 # -DDEBUG
33
SOCKHUB_PREFIX=../sockhub
44
SOCKHUB_CFLAGS=-I"$(SOCKHUB_PREFIX)"
55

tests/deploy_layouts/cluster.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@
4747
shell: "make clean && make -j 4"
4848
args:
4949
chdir: "~/pg_cluster/pg_dtm/dtmd"
50-
environment:
51-
PG_CONFIG: "~/pg_cluster/install/bin/pg_config"
50+
# environment:
51+
# PG_CONFIG: "~/pg_cluster/install/bin/pg_config"
5252

5353
- name: kill dtmd
5454
shell: kill -9 `cat ~/pg_cluster/dtm_data/arbiter.pid` || true

0 commit comments

Comments
 (0)