cmake: experimental preset should use new dynarec

This commit is contained in:
David Hrdlička
2021-08-29 15:28:23 +02:00
parent df93b11d45
commit edce4dca18

View File

@@ -29,7 +29,8 @@
"generator": "Ninja", "generator": "Ninja",
"cacheVariables": { "cacheVariables": {
"CMAKE_BUILD_TYPE": "Release", "CMAKE_BUILD_TYPE": "Release",
"DEV_BRANCH": "OFF" "DEV_BRANCH": "OFF",
"NEW_DYNAREC": "OFF"
} }
}, },
{ {
@@ -40,7 +41,8 @@
"generator": "Ninja", "generator": "Ninja",
"cacheVariables": { "cacheVariables": {
"CMAKE_BUILD_TYPE": "Optimized", "CMAKE_BUILD_TYPE": "Optimized",
"DEV_BRANCH": "OFF" "DEV_BRANCH": "OFF",
"NEW_DYNAREC": "OFF"
} }
}, },
{ {
@@ -51,7 +53,8 @@
"generator": "Ninja", "generator": "Ninja",
"cacheVariables": { "cacheVariables": {
"CMAKE_BUILD_TYPE": "Debug", "CMAKE_BUILD_TYPE": "Debug",
"DEV_BRANCH": "OFF" "DEV_BRANCH": "OFF",
"NEW_DYNAREC": "OFF"
} }
}, },
{ {
@@ -62,7 +65,8 @@
"generator": "Ninja", "generator": "Ninja",
"cacheVariables": { "cacheVariables": {
"CMAKE_BUILD_TYPE": "Debug", "CMAKE_BUILD_TYPE": "Debug",
"DEV_BRANCH": "ON" "DEV_BRANCH": "ON",
"NEW_DYNAREC": "ON"
} }
} }
] ]