mirror of
https://github.com/aantron/better-enums.git
synced 2025-12-06 16:56:42 +08:00
Merge 289bf1c96485bf383f0d58e289a7595c1d2a65e0 into 520d8ee39037c9c94aa6e708a4fd6c0fa313ae80
This commit is contained in:
commit
1cb1baa1ce
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user