Browse Source

Add -Wsuggest-override to build system for Rack and plugins

tags/v0.5.0
Andrew Belt 7 years ago
parent
commit
275204c378
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      compile.mk

+ 1
- 1
compile.mk View File

@@ -6,7 +6,7 @@ endif
FLAGS += -MMD
# Optimization
FLAGS += -O3 -march=nocona -ffast-math
FLAGS += -Wall
FLAGS += -Wall -Wextra -Wno-unused-parameter -Wsuggest-override
FLAGS += -g
CXXFLAGS += -std=c++11



Loading…
Cancel
Save