additions to the api. kinda drafting out what I think might be needed to the user to specify crossover and mutation behavior
This commit is contained in:
2
makefile
2
makefile
@@ -3,7 +3,7 @@ obj_files = $(src_files:src/%.cpp=obj/%.o)
|
||||
|
||||
|
||||
ifeq ($(OS),Windows_NT)
|
||||
CCFLAGS += -D WIN32 -Iext/PTHREADS-BUILT/include
|
||||
CCFLAGS += -D WIN32 -Iext/PTHREADS-BUILT/include -std=c++20
|
||||
PTHREADLIB = ext/PTHREADS-BUILT/lib/pthreadVCE3.lib
|
||||
ifeq ($(PROCESSOR_ARCHITEW6432),AMD64)
|
||||
CCFLAGS += -D AMD64
|
||||
|
||||
Reference in New Issue
Block a user