Просмотр исходного кода

makefile.a64 set to c++17 compile flag

image 1 год назад
Родитель
Сommit
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