We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fc3d72 commit af03a8eCopy full SHA for af03a8e
Makefile
@@ -2,7 +2,7 @@ CC?=gcc
2
CFLAGS?=-I/usr/local/include
3
4
all:
5
- $(CC) $(CFLAGS) -std=c99 -shared -O2 -o pulse2.so pulse.c -lpulse -fPIC -Wall -march=native
+ $(CC) $(CFLAGS) -std=c99 -shared -O2 -o pulse2.so pulse.c $(LDFLAGS) -lpulse -fPIC -Wall -march=native
6
debug: CFLAGS += -DDBPULSE_DEBUG -g
7
debug: all
8
0 commit comments