We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5fa9df commit ca2aaf6Copy full SHA for ca2aaf6
capi/examples/Makefile
@@ -3,7 +3,7 @@
3
#
4
5
RPATH=$(PWD)/../../target/release
6
-HYPER_CFLAGS += -I../include -ggdb3
+HYPER_CFLAGS += -I../include -ggdb3 -O2
7
HYPER_LDFLAGS += -L$(RPATH) -Wl,-rpath,$(RPATH)
8
LIBS = -lhyper
9
0 commit comments