File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed
Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change 11N64_GCCPREFIX ?= $(N64_INST )
22INSTALLDIR ?= $(N64_INST )
3- CFLAGS += -std=gnu11 -O2 -Wall -Werror -Wno-unused-result -Wno-error=unknown-pragmas -Wno-sign-compare -I../include -MMD
4- CXXFLAGS += -std=gnu++17 -O2 -Wall -Werror -Wno-unused-result -Wno-error=unknown-pragmas -Wno-sign-compare -Wno-c++11-narrowing -Wno-narrowing -Wno-error=conversion-null -MMD
3+
4+ C_CXX_FLAGS += -O2 -pthread -Wall -Werror
5+ C_CXX_FLAGS += -I../include -MMD
6+ C_CXX_FLAGS += -fdiagnostics-color=always
7+ C_CXX_FLAGS += -Wno-unused-result -Wno-error=unknown-pragmas -Wno-sign-compare
8+
9+ LDFLAGS += -pthread
10+
11+ CFLAGS += -std=gnu11 $(C_CXX_FLAGS )
12+ CXXFLAGS += -std=gnu++17 $(C_CXX_FLAGS )
13+ CXXFLAGS += -Wno-c++11-narrowing -Wno-narrowing -Wno-error=conversion-null
514
615ifeq ($(OS ) ,Windows_NT)
716 CFLAGS += -static
You can’t perform that action at this time.
0 commit comments