Legends-of-Azeroth-Pandaria-5.4.8

Форк
0
29 строк · 981.0 Байт
1
# Copyright (C) 2011-2016 Project SkyFire <http://www.projectskyfire.org/
2
# Copyright (C) 2008-2016 TrinityCore <http://www.trinitycore.org/>
3
#
4
# This file is free software; as a special exception the author gives
5
# unlimited permission to copy and/or distribute it, with or without
6
# modifications, as long as this notice is preserved.
7
#
8
# This program is distributed in the hope that it will be useful, but
9
# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
10
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
11

12
# Set build-directive (used in core to tell which buildtype we used)
13
add_compile_options(-D_BUILD_DIRECTIVE="$<CONFIG>")
14

15
if(PLATFORM EQUAL 32)
16
  add_compile_options(-axSSE2)
17
else()
18
  add_compile_options(-xSSE2)
19
endif()
20

21
if( WITH_WARNINGS )
22
  add_compile_options(-w1)
23
  message(STATUS "ICC: All warnings enabled")
24
endif()
25

26
if( WITH_COREDEBUG )
27
  add_compile_options(-g)
28
  message(STATUS "ICC: Debug-flag set (-g)")
29
endif()
30

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.