diff --git a/Makefile b/Makefile index 713be050..a8de02df 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ VERSION = 0.01 CC = /usr/bin/g++ -CFLAGS = -std=gnu++0x -Wall -g -O3 -D_REENTRANT -DVERSION=\"$(VERSION)\" +CFLAGS = -std=gnu++0x -Bstatic -lzmq -Wall -g -O3 -D_REENTRANT -DVERSION=\"$(VERSION)\" -Bdynamic LDFLAGS = -lrt -lzmq -lpthread -lportaudio OBJ_SERVER = server.o