fix: startup on hlds_l 3111e (still needs nosmid)
build: add option to build bot without any smid instructions refactor: fix static analyzer warnings crlib: update submodule (fix double anglevectors call)
This commit is contained in:
parent
3d84b96534
commit
c7c5e0eaf9
14 changed files with 92 additions and 70 deletions
|
|
@ -13,3 +13,7 @@ option('native', type : 'boolean', value : false,
|
|||
|
||||
option('winxp', type : 'boolean', value : false,
|
||||
description: 'Configure MSVC build to output Windows XP compatible binary.')
|
||||
|
||||
option('nosimd', type : 'boolean', value : false,
|
||||
description: 'Disables all SIMD or NEON optimizations.')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue