File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 14
14
15
15
UNAME_S := $(shell uname -s)
16
16
ifeq ($(UNAME_S ) ,Darwin)
17
- override CXXFLAGS += -O3 -static -- std=c++14 -fpermissive -Wall -Wextra -Wno-write-strings -DGITHUBSHA='"$(GITHUB_SHA ) "' -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DGCC -D_NOSQLITE -D__int64=off64_t -I. -I$(MSTPATH ) /include -I$(MSTPATH ) /src/expat-2.2.9/lib -I$(MSTPATH ) /src/zlib-1.2.11
17
+ override CXXFLAGS += -O3 -static -std=c++14 -fpermissive -Wall -Wextra -Wno-write-strings -DGITHUBSHA='"$(GITHUB_SHA ) "' -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DGCC -D_NOSQLITE -D__int64=off64_t -I. -I$(MSTPATH ) /include -I$(MSTPATH ) /src/expat-2.2.9/lib -I$(MSTPATH ) /src/zlib-1.2.11
18
18
else
19
- override CXXFLAGS += -O3 -static -- std=c++14 -fpermissive -Wall -Wextra -Wno-write-strings -DGITHUBSHA='"$(GITHUB_SHA ) "' -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DGCC -D_NOSQLITE -D__int64=off64_t -I. -I$(MSTPATH ) /include -I$(MSTPATH ) /src/expat-2.2.9/lib -I$(MSTPATH ) /src/zlib-1.2.11
19
+ override CXXFLAGS += -O3 -static -std=c++14 -fpermissive -Wall -Wextra -Wno-write-strings -DGITHUBSHA='"$(GITHUB_SHA ) "' -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DGCC -D_NOSQLITE -D__int64=off64_t -I. -I$(MSTPATH ) /include -I$(MSTPATH ) /src/expat-2.2.9/lib -I$(MSTPATH ) /src/zlib-1.2.11
20
20
21
21
endif
22
22
You can’t perform that action at this time.
0 commit comments