Fix appveyor build configuration
authorFabian Fichter <ianfab@users.noreply.github.com>
Sun, 15 Nov 2020 14:28:06 +0000 (15:28 +0100)
committerFabian Fichter <ianfab@users.noreply.github.com>
Sun, 15 Nov 2020 14:28:06 +0000 (15:28 +0100)
appveyor.yml

index 9d9d540..edea4e7 100644 (file)
@@ -44,6 +44,7 @@ before_build:
            'set (CMAKE_CXX_EXTENSIONS OFF)',
            'set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_SOURCE_DIR}/src)',
            'set(source_files', $src, ')',
+           'add_compile_definitions(NNUE_EMBEDDING_OFF)',
            'add_executable(stockfish ${source_files})'
 
       # Write CMakeLists.txt withouth BOM