diff --git a/makefile b/makefile index d78649b..1685c3c 100644 --- a/makefile +++ b/makefile @@ -27,8 +27,8 @@ DDEBUG=-DNDEBUG -s ifneq (,$(filter Windows%,$(OS))) OS := Windows -CC=gcc -CXX=g++ +#CC=gcc +#CXX=g++ CFLAGS+=-D__int64_t=int64_t else OS := $(shell uname -s)