diff --git a/animation_nodes/libs/FastNoiseSIMD/source/compile_windows.bat b/animation_nodes/libs/FastNoiseSIMD/source/compile_windows.bat index 5cdd83dca..ace309ea0 100644 --- a/animation_nodes/libs/FastNoiseSIMD/source/compile_windows.bat +++ b/animation_nodes/libs/FastNoiseSIMD/source/compile_windows.bat @@ -7,7 +7,7 @@ setlocal :: /EHsc Set appropriate error handling :: /GL- Disable whole program optimization :: /Ox Enable full optimization -set args=-c /EHsc /GL- /Ox +set args=-c /EHsc /GL- /Ox /MD cl FastNoiseSIMD.cpp %args% cl FastNoiseSIMD_internal.cpp %args%