mirror of
https://github.com//cppla/ServerStatus
synced 2025-12-13 11:32:13 +08:00
c++ eval build use c++11
This commit is contained in:
@@ -6,7 +6,7 @@ CFLAGS = -Wall -O2
|
||||
|
||||
#CXX = clang++
|
||||
CXX = g++
|
||||
CXXFLAGS = -Wall -O2
|
||||
CXXFLAGS = -Wall -O2 -std=c++11
|
||||
|
||||
ODIR = obj
|
||||
SDIR = src
|
||||
|
||||
Reference in New Issue
Block a user