summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5cccb18..70c9276 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ SRCS = $(wildcard *.c)
OBJS = $(SRCS:.c=.o)
CFLAGS = -std=c99 -Os -fno-builtin -D_XOPEN_SOURCE=700
-LDFLAGS = -static
+#LDFLAGS = -static
LIBS = -lrt -lpthread -lrt -lm
-include config.mak