yapb-noob-edition/meson_options.txt
jeefo 0b8cd9a01c
bot: benefit from sse4.x intrinsics if cpu capable
bot: speed some string functions if sse 4.x available
build: allow to build with native optimizations by settings -Dnative=true
2023-06-09 06:27:04 +03:00

12 lines
No EOL
393 B
Meson

#
# YaPB - Counter-Strike Bot based on PODBot by Markus Klinge.
# Copyright © 2004-2023 YaPB Project <yapb@jeefo.net>.
#
# SPDX-License-Identifier: MIT
#
option('64bit', type : 'boolean', value : false,
description: 'Enables bot build with as 64-bit binary.')
option('native', type : 'boolean', value : false,
description: 'Configure compiler for a native machine build.')