Browse Source

makefile.a64 set to c++17 compile flag

image 1 năm trước cách đây
mục cha
commit
b489814c9f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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