summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 89c72fe..a5dea55 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,6 +1,10 @@
CC = g++
-CFLAGS = -fhandle-exceptions -I. -DHAVE_CONFIG_H -Wall
+# Mingw32
+CFLAGS = -g -I. -DHAVE_CONFIG_H -Wall
+
+# Cygwin G++
+#CFLAGS = -fhandle-exceptions -I. -DHAVE_CONFIG_H -Wall
OBJS = attr.o cancel.o cleanup.o condvar.o create.o dll.o \
exit.o fork.o global.o misc.o mutex.o private.o sched.o \