mirror of
https://github.com/aantron/better-enums.git
synced 2025-12-07 01:06:42 +08:00
Merge 289bf1c96485bf383f0d58e289a7595c1d2a65e0 into 520d8ee39037c9c94aa6e708a4fd6c0fa313ae80
This commit is contained in:
commit
1cb1baa1ce
@ -3,7 +3,7 @@ CXX := c++
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
ifndef CXXFLAGS
|
ifndef CXXFLAGS
|
||||||
CXXFLAGS := -std=c++11 -Wall -I .. -I../extra -o
|
CXXFLAGS := -std=c++14 -Wall -I .. -I../extra -o
|
||||||
endif
|
endif
|
||||||
|
|
||||||
SOURCES := $(wildcard *.cc)
|
SOURCES := $(wildcard *.cc)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user