We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c01641f commit a4a31d3Copy full SHA for a4a31d3
src/template/unixware
@@ -1,5 +1,8 @@
1
if test "$GCC" = yes; then
2
CFLAGS=-O2
3
else
4
- CFLAGS='-O -K inline'
+# the -Kno_host is temporary for a bug in the compiler. See -hackers
5
+# discussion on 7-8/Aug/2003.
6
+# when the 7.1.3UP3 or later compiler is out, we can do a version check.
7
+ CFLAGS='-O -Kinline,no_host'
8
fi
0 commit comments