diff --git a/config.mk b/config.mk index e09c7ce..48af386 100644 --- a/config.mk +++ b/config.mk @@ -41,4 +41,4 @@ CFLAGS$(DEBUG) = -O3 -Wall -Wextra -Wno-sign-compare $(CCFLAGS) LDFLAGS$(DEBUG) = -s $(CLDFLAGS) # static build (uncomment) -#LD_FLAGS += -static +#LDFLAGS += -static