Skip to content

Commit ac07b9a

Browse files
committed
build: disable Werror for rapid prototyping
1 parent add5598 commit ac07b9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ BUILD_ENV = AUTO
55
ifeq ($(BUILD_ENV),MSVC)
66
#CXXFLAGS += /Wall /WX
77
else
8-
CXXFLAGS += -Wall -pedantic -Werror -Wno-deprecated-declarations
8+
CXXFLAGS += -Wall -pedantic -Wno-deprecated-declarations
99
endif
1010

1111
# Select optimisation or debug info

0 commit comments

Comments
 (0)