IcBench: Makefile
This commit is contained in:
2
makefile
2
makefile
@ -30,6 +30,8 @@ DDEBUG=-DNDEBUG -s
|
|||||||
ifneq (,$(filter Windows%,$(OS)))
|
ifneq (,$(filter Windows%,$(OS)))
|
||||||
OS := Windows
|
OS := Windows
|
||||||
CFLAGS+=-D__int64_t=int64_t
|
CFLAGS+=-D__int64_t=int64_t
|
||||||
|
CC=gcc
|
||||||
|
CXX=g++
|
||||||
else
|
else
|
||||||
OS := $(shell uname -s)
|
OS := $(shell uname -s)
|
||||||
ARCH := $(shell uname -m)
|
ARCH := $(shell uname -m)
|
||||||
|
Reference in New Issue
Block a user