Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f387e06 commit 507b758Copy full SHA for 507b758
src/template/solaris
@@ -1,6 +1,6 @@
1
if test "$GCC" != yes ; then
2
CC="$CC -Xa" # relaxed ISO C mode
3
- CFLAGS="-v" # -v is like gcc -Wall
+ CFLAGS="-v -DSUNOS4_CC" # -v is like gcc -Wall
4
if test "$enable_debug" != yes; then
5
CFLAGS="$CFLAGS -O" # any optimization breaks debug
6
fi
0 commit comments