diff --git a/reactos/dll/win32/wdmaud.drv/CMakeLists.txt b/reactos/dll/win32/wdmaud.drv/CMakeLists.txt index 0da282b7f71..ef8039b2510 100644 --- a/reactos/dll/win32/wdmaud.drv/CMakeLists.txt +++ b/reactos/dll/win32/wdmaud.drv/CMakeLists.txt @@ -28,5 +28,6 @@ if(CMAKE_C_COMPILER_ID STREQUAL "Clang") endif() add_importlibs(wdmaud.drv user32 winmm advapi32 msvcrt setupapi ksuser kernel32 ntdll) -add_pch(wdmaud.drv wdmaud.h SOURCE) +# FIXME: Address mmebuddy.h reliance on NDEBUG +#add_pch(wdmaud.drv wdmaud.h SOURCE) add_cd_file(TARGET wdmaud.drv DESTINATION reactos/system32 FOR all)