Skip to content

Commit ca2aaf6

Browse files
committed
Build server example with optimizations
1 parent f5fa9df commit ca2aaf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

capi/examples/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44

55
RPATH=$(PWD)/../../target/release
6-
HYPER_CFLAGS += -I../include -ggdb3
6+
HYPER_CFLAGS += -I../include -ggdb3 -O2
77
HYPER_LDFLAGS += -L$(RPATH) -Wl,-rpath,$(RPATH)
88
LIBS = -lhyper
99

0 commit comments

Comments
 (0)