From cb14cf5c8bf5db5d5df78cb0e4095f423966030c Mon Sep 17 00:00:00 2001 From: x Date: Sun, 27 Oct 2019 19:32:42 +0100 Subject: [PATCH] IcBench: Makefile --- makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/makefile b/makefile index 9b38ee9..6f95256 100644 --- a/makefile +++ b/makefile @@ -30,6 +30,8 @@ DDEBUG=-DNDEBUG -s ifneq (,$(filter Windows%,$(OS))) OS := Windows CFLAGS+=-D__int64_t=int64_t +CC=gcc +CXX=g++ else OS := $(shell uname -s) ARCH := $(shell uname -m)