diff -rauN flac-1.3.4/CMakeLists.txt flac-1.3.4-no-mstackrealign-for-nasm-patch/CMakeLists.txt --- flac-1.3.4/CMakeLists.txt 2022-02-14 06:21:14.011609811 +0100 +++ flac-1.3.4-no-mstackrealign-for-nasm-patch/CMakeLists.txt 2022-03-10 09:54:48.719704370 +0100 @@ -97,7 +97,7 @@ endif() if(CMAKE_SYSTEM_PROCESSOR STREQUAL "i686" AND HAVE_STACKREALIGN_FLAG) - add_compile_options(-mstackrealign) + add_compile_options($<$:-mstackrealign>) endif() include_directories("include")