diff options
author | Christopher Faylor <me@cgf.cx> | 2000-05-06 03:33:10 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2000-05-06 03:33:10 +0000 |
commit | 2a1064aad67e918eb5fe68e4fe8cb137e4607f2a (patch) | |
tree | e662103d7fc9bbc759f020f608af12099f7c7de5 /winsup/cygwin/configure.in | |
parent | b5c5e30da7734512ac90e3d0acbff624e6fdc562 (diff) | |
download | cygnal-2a1064aad67e918eb5fe68e4fe8cb137e4607f2a.tar.gz cygnal-2a1064aad67e918eb5fe68e4fe8cb137e4607f2a.tar.bz2 cygnal-2a1064aad67e918eb5fe68e4fe8cb137e4607f2a.zip |
* errno.cc (errmap): Correct DIRECTORY mapping to ENOTDIR.
Diffstat (limited to 'winsup/cygwin/configure.in')
-rw-r--r-- | winsup/cygwin/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/configure.in b/winsup/cygwin/configure.in index ac7d9759d..65f252068 100644 --- a/winsup/cygwin/configure.in +++ b/winsup/cygwin/configure.in @@ -43,7 +43,7 @@ dnl normal versions of a library), tasteless as that idea is. if test "$ac_test_CFLAGS" = set; then CFLAGS="$ac_save_CFLAGS" elif test $ac_cv_prog_cc_g = yes; then - CFLAGS="-g -O2" + CFLAGS="-gstabs+ -O2" else CFLAGS="-O2" fi |