[Mono-bugs] [Bug 23767] New - setting CFLAGS does not work in io-layer
bugzilla-daemon@rocky.ximian.com
bugzilla-daemon@rocky.ximian.com
23 Apr 2002 11:05:33 -0000
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by lupus@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=23767
--- shadow/23767 Tue Apr 23 07:05:33 2002
+++ shadow/23767.tmp.14089 Tue Apr 23 07:05:33 2002
@@ -0,0 +1,21 @@
+Bug#: 23767
+Product: Mono/Runtime
+Version: unspecified
+OS: other
+OS Details:
+Status: NEW
+Resolution:
+Severity:
+Priority: Normal
+Component: misc
+AssignedTo: dick@ximian.com
+ReportedBy: lupus@ximian.com
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: setting CFLAGS does not work in io-layer
+
+The pthread checks in configure will set CFLAGS with some
+required flags for compilation. It would be better to set CPPFLAGS
+for that, so that we can issue make CFLAGS=-O2 to build with optimizations etc.