IcBench: Makefile

This commit is contained in:
x
2019-10-23 08:56:31 +02:00
parent 273dc3b421
commit 6d0390647b

View File

@ -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)