mirror of
https://github.com/red0124/ssp.git
synced 2025-12-14 21:59:55 +01:00
Add forcefallback wrap_mode option in meson.build
This commit is contained in:
@@ -4,7 +4,8 @@ project(
|
||||
default_options :
|
||||
['warning_level=3',
|
||||
'cpp_std=c++17',
|
||||
'buildtype=debugoptimized'],
|
||||
'buildtype=debugoptimized',
|
||||
'wrap_mode=forcefallback'],
|
||||
version: '1.3.0',
|
||||
meson_version:'>=0.54.0')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user