We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eece747 commit 4329a04Copy full SHA for 4329a04
dtmd/Makefile
@@ -1,5 +1,5 @@
1
CC=gcc
2
-CFLAGS=-g -O2 -Wall -Iinclude -D_LARGEFILE64_SOURCE -O0 # -DDEBUG
+CFLAGS=-g -Wall -Iinclude -D_LARGEFILE64_SOURCE -O0 # -DDEBUG
3
SOCKHUB_PREFIX=../sockhub
4
SOCKHUB_CFLAGS=-I"$(SOCKHUB_PREFIX)"
5
tests/deploy_layouts/cluster.yml
@@ -47,8 +47,8 @@
47
shell: "make clean && make -j 4"
48
args:
49
chdir: "~/pg_cluster/pg_dtm/dtmd"
50
- environment:
51
- PG_CONFIG: "~/pg_cluster/install/bin/pg_config"
+ # environment:
+ # PG_CONFIG: "~/pg_cluster/install/bin/pg_config"
52
53
- name: kill dtmd
54
shell: kill -9 `cat ~/pg_cluster/dtm_data/arbiter.pid` || true
0 commit comments