mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-22 15:51:16 +00:00
Increase number of samples, add entropy to isle and config
This commit is contained in:
parent
a5c4b793c6
commit
5c70675448
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -106,7 +106,7 @@ jobs:
|
|||||||
runs-on: windows-latest
|
runs-on: windows-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
instance: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]
|
instance: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
@ -229,7 +229,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
reccmp-project detect --what original --search-path legobin
|
reccmp-project detect --what original --search-path legobin
|
||||||
reccmp-project detect --what recompiled --search-path build
|
reccmp-project detect --what recompiled --search-path build
|
||||||
|
|
||||||
- name: Denoise Accuracy
|
- name: Denoise Accuracy
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
@ -589,6 +589,12 @@ if (MSVC_FOR_DECOMP)
|
|||||||
foreach(tgt IN LISTS lego1_targets beta10_targets)
|
foreach(tgt IN LISTS lego1_targets beta10_targets)
|
||||||
target_compile_options(${tgt} PRIVATE /FI${PROJECT_SOURCE_DIR}/entropy.h)
|
target_compile_options(${tgt} PRIVATE /FI${PROJECT_SOURCE_DIR}/entropy.h)
|
||||||
endforeach()
|
endforeach()
|
||||||
|
if (TARGET isle)
|
||||||
|
target_compile_options(isle PRIVATE /FI${PROJECT_SOURCE_DIR}/entropy.h)
|
||||||
|
endif()
|
||||||
|
if (TARGET config)
|
||||||
|
target_compile_options(config PRIVATE /FI${PROJECT_SOURCE_DIR}/entropy.h)
|
||||||
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(TARGET lego1)
|
if(TARGET lego1)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user