From 6d0390647be294c31ccee4344dee1f91e970382b Mon Sep 17 00:00:00 2001 From: x Date: Wed, 23 Oct 2019 08:56:31 +0200 Subject: [PATCH] IcBench: Makefile --- makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)