r600g: realign evergreen code with r600 code.
[mesa.git] / configs / netbsd
index f5a61a89570af163b532c6f7d5714b456fb878fd..aec45695071b534c09a7b837c5fb1f11f29848e0 100644 (file)
@@ -12,3 +12,6 @@ CXXFLAGS = -O2 -fPIC
 GLUT_CFLAGS = -fexceptions
 APP_LIB_DEPS = -L$(TOP)/$(LIB_DIR) -L/usr/X11R6/lib -lXext -lXmu -lXi -lX11 -lm
 
+# Work around aliasing bugs - developers should comment this out
+CFLAGS += -fno-strict-aliasing
+CXXFLAGS += -fno-strict-aliasing