Merge 289bf1c96485bf383f0d58e289a7595c1d2a65e0 into 520d8ee39037c9c94aa6e708a4fd6c0fa313ae80

This commit is contained in:
Eisuke Kawashima 2025-06-07 04:07:11 +09:00 committed by GitHub
commit 1cb1baa1ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,7 +3,7 @@ CXX := c++
endif
ifndef CXXFLAGS
CXXFLAGS := -std=c++11 -Wall -I .. -I../extra -o
CXXFLAGS := -std=c++14 -Wall -I .. -I../extra -o
endif
SOURCES := $(wildcard *.cc)