diff --git a/Makefile b/Makefile index 97eb19aba..3ee7ac9db 100644 --- a/Makefile +++ b/Makefile @@ -36,8 +36,8 @@ CXXFLAGS = -I. -I./examples -Ofast -DNDEBUG -std=c++11 -fPIC LDFLAGS = #lets try enabling everything -CFLAGS += -pthread -CXXFLAGS += -pthread +CFLAGS += -pthread -s +CXXFLAGS += -pthread -s # OS specific # TODO: support Windows