Browse Source

removed -Werror flag from Makefile

master
RinRi 3 years ago
parent
commit
5ed75139e6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile View File

@@ -1,5 +1,5 @@
CXX = g++
CXXFLAGS = -Wall -Werror -std=c++14
CXXFLAGS = -Wall -std=c++14

all: $(patsubst %.cpp, %.out, $(wildcard *.cpp))



Loading…
Cancel
Save