Supersedes r40538, r40539; RosBE bug fixed with a RosBE-specific hack (-nostdinc...
[reactos.git] / reactos / dll / directx / wine / ddraw / ddraw.rbuild
index 9f9b1c9..1a09e11 100644 (file)
@@ -40,4 +40,7 @@
        <file>viewport.c</file>
 
        <dependency>wineheaders</dependency>
+
+       <!-- See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38054#c7 -->
+       <compilerflag>-fno-unit-at-a-time</compilerflag>
 </module>