[WDMAUD.DRV] You don't deserve PCH.
authorAmine Khaldi <amine.khaldi@reactos.org>
Sat, 14 Nov 2015 14:52:15 +0000 (14:52 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Sat, 14 Nov 2015 14:52:15 +0000 (14:52 +0000)
svn path=/trunk/; revision=69886

reactos/dll/win32/wdmaud.drv/CMakeLists.txt

index 0da282b..ef8039b 100644 (file)
@@ -28,5 +28,6 @@ if(CMAKE_C_COMPILER_ID STREQUAL "Clang")
 endif()
 
 add_importlibs(wdmaud.drv user32 winmm advapi32 msvcrt setupapi ksuser kernel32 ntdll)
 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)
 add_cd_file(TARGET wdmaud.drv DESTINATION reactos/system32 FOR all)