Author: akhaldi
Date: Sat Nov 14 14:52:15 2015
New Revision: 69886
URL:
http://svn.reactos.org/svn/reactos?rev=69886&view=rev
Log:
[WDMAUD.DRV] You don't deserve PCH.
Modified:
trunk/reactos/dll/win32/wdmaud.drv/CMakeLists.txt
Modified: trunk/reactos/dll/win32/wdmaud.drv/CMakeLists.txt
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/dll/win32/wdmaud.drv/CMake…
==============================================================================
--- trunk/reactos/dll/win32/wdmaud.drv/CMakeLists.txt [iso-8859-1] (original)
+++ trunk/reactos/dll/win32/wdmaud.drv/CMakeLists.txt [iso-8859-1] Sat Nov 14 14:52:15
2015
@@ -28,5 +28,6 @@
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)