We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 526e9b0 commit e87f153Copy full SHA for e87f153
src/Makefile
@@ -34,7 +34,7 @@ TARGET := ../beebasm
34
35
# Define compiler switches
36
37
-WARNFLAGS := -Wall -W -Wcast-qual -Werror -Wshadow -Wcast-align -Wold-style-cast -Woverloaded-virtual -Wno-array-bounds -Wno-stringop-overflow -Wno-use-after-free
+WARNFLAGS := -Wall -W -Wcast-qual -Werror -Wshadow -Wcast-align -Wold-style-cast -Woverloaded-virtual -Wno-array-bounds
38
CXXFLAGS := -O3 -pedantic -DNDEBUG $(WARNFLAGS)
39
40
# Define linker switches
0 commit comments