Changeset 53785 in vbox for trunk/src/VBox/GuestHost/OpenGL
- Timestamp:
- Jan 13, 2015 1:15:17 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 97592
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/OpenGL/Makefile.kmk
r53781 r53785 123 123 124 124 # vc7 hangs during compilation of this file when optimizations are enabled. 125 VBoxOGLcrutil_pixel.c_CFLAGS.win.x86 += -Od126 VBoxOGLhostcrutil_pixel.c_CFLAGS.win.x86 += -Od125 #VBoxOGLcrutil_pixel.c_CFLAGS.win.x86 += -Od 126 #VBoxOGLhostcrutil_pixel.c_CFLAGS.win.x86 += -Od 127 127 128 128 if defined(VBOX_WITH_WDDM) && defined(VBOX_WITH_CROGL_ADDITIONS) … … 150 150 endif 151 151 # vc7 hangs during compilation of this file when optimizations are enabled. 152 VBoxOGLcrutil-x86_pixel.c_CFLAGS += -Od153 VBoxOGLcrutil-x86_pixel.c_CFLAGS += -Od152 #VBoxOGLcrutil-x86_pixel.c_CFLAGS += -Od 153 #VBoxOGLcrutil-x86_pixel.c_CFLAGS += -Od 154 154 endif 155 155
Note:
See TracChangeset
for help on using the changeset viewer.