File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ SRC_DIR = src
2929CC_SERIAL = g++
3030
3131# If profiling, add the -pg flag in the last line of these as well
32- C_FLAGS = -O3 -DOUT_TO_SCREEN -DHBVMOD -DRANGER_MEMORY_TRICK -DSERIAL -lm -std=c++11
33- C_FLAGS_DEBUG = -g -O0 -DOUT_TO_SCREEN -DHBVMOD -DRANGER_MEMORY_TRICK -DSERIAL -lm -std=c++11
32+ C_FLAGS = -O3 -DOUT_TO_SCREEN -DHBVMOD -DRANGER_MEMORY_TRICK -DSERIAL -lm
33+ C_FLAGS_DEBUG = -g -O0 -DOUT_TO_SCREEN -DHBVMOD -DRANGER_MEMORY_TRICK -DSERIAL -lm
3434
3535ifeq ($(OS ) ,Windows_NT)
3636 C_FLAGS += -static
Original file line number Diff line number Diff line change 22TARGET = lrgv
33SRC_DIR = src
44SHARED_DIR = ../shared
5- CFLAGS = -O3 -I$(SRC_DIR ) -I$(SHARED_DIR ) -std=c++11
5+ CFLAGS = -O3 -I$(SRC_DIR ) -I$(SHARED_DIR )
66LIBS =
77
88ifeq ($(OS ) ,Windows_NT)
Original file line number Diff line number Diff line change 22SRC_DIR = src
33SHARED_DIR = ../shared
44TARGET = lake
5- CFLAGS = -O3 -Wno-unused-local-typedefs -I$(SRC_DIR ) -I$(SHARED_DIR ) -I$(SRC_DIR ) /boost_1_56_0 -std=c++11
5+ CFLAGS = -O3 -Wno-unused-local-typedefs -I$(SRC_DIR ) -I$(SHARED_DIR ) -I$(SRC_DIR ) /boost_1_56_0
66SOURCE = $(SRC_DIR ) /main-lake.cpp $(SHARED_DIR ) /moeaframework.c
77LIBS =
88
Original file line number Diff line number Diff line change 11CC = gcc
22SHARED_DIR = ../shared
3- CFLAGS = -Wall -O3 -fPIC -std=c11
3+ CFLAGS = -Wall -O3 -fPIC
44LIBS =
55
66ifeq ($(OS ) ,Windows_NT)
Original file line number Diff line number Diff line change 22SRC_DIR = src
33SHARED_DIR = ../shared
44SOURCE = $(SRC_DIR ) /main.c $(SRC_DIR ) /models.c $(SHARED_DIR ) /moeaframework.c
5- CFLAGS = -I$(SRC_DIR ) /epanet2 -I$(SHARED_DIR ) -Lbin -lm -lepanet2 -Wl,-R,\. -std=c11
5+ CFLAGS = -I$(SRC_DIR ) /epanet2 -I$(SHARED_DIR ) -Lbin -lm -lepanet2 -Wl,-R,\.
66LIBS =
77
88ifeq ($(OS ) ,Windows_NT)
You can’t perform that action at this time.
0 commit comments