Simplified Makefile
This commit is contained in:
@@ -1,10 +1,6 @@
|
|||||||
CXXFLAGS = -O3 -Wall -std=c++11
|
CXXFLAGS = -O3 -Wall -std=c++11
|
||||||
|
|
||||||
ifeq ($(OS),Windows_NT)
|
|
||||||
detected_OS := Windows
|
|
||||||
else
|
|
||||||
detected_OS := $(shell uname)
|
detected_OS := $(shell uname)
|
||||||
endif
|
|
||||||
ifeq ($(detected_OS),Darwin)
|
ifeq ($(detected_OS),Darwin)
|
||||||
CXXFLAGS += -stdlib=libc++
|
CXXFLAGS += -stdlib=libc++
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user