瀏覽代碼

makefile.a64 set to c++17 compile flag

image 1 年之前
父節點
當前提交
b489814c9f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      EQ2/source/WorldServer/makefile.a64

+ 1 - 1
EQ2/source/WorldServer/makefile.a64

@@ -144,7 +144,7 @@ SRC= ../common/Condition.o \
 	zoneserver.o
 
 
-CXXFLAGS=-std=c++14
+CXXFLAGS=-std=c++17
 CFLAGS=`mysql_config --cflags` -march=native -pipe -pthread
 LDFLAGS=`mysql_config --libs` -I$(LUADIR) -L$(LUADIR) -llua5-3-4 -rdynamic
 WFLAGS=-Wall -Wno-reorder