Skip to content

Commit 87ac7e1

Browse files
committed
Fix passing async messages in sockhub library
1 parent 06e1028 commit 87ac7e1

File tree

5 files changed

+179
-127
lines changed

5 files changed

+179
-127
lines changed

contrib/pg_dtm/sockhub/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
CC = gcc
2-
CFLAGS = -c -I. -Wall -O0 -g -fPIC
2+
CFLAGS = -c -I. -Wall -O3 -g -fPIC
33
LD = $(CC)
44
LDFLAGS = -g
55
AR = ar

0 commit comments

Comments
 (0)