Makefile.Linux
changeset 54 66925599259a
parent 40 873a5b60a7ea
child 99 546b9d5b2ff9
--- a/Makefile.Linux	Mon Aug 27 17:38:26 2007 +0200
+++ b/Makefile.Linux	Tue Aug 28 08:42:54 2007 +0200
@@ -1,4 +1,5 @@
- 
+#CXX = i686-mingw32-c++ 
+CXX = g++ 
 
 #get warnings, debugging information and optimization
 CFLAGS  = -Wall -pedantic -Wpointer-arith -Wwrite-strings
@@ -9,7 +10,7 @@
 
 #get warnings, debugging information and optimization
 CXXFLAGS  = -Wall -pedantic -Wpointer-arith -Wwrite-strings
-#CXXFLAGS += -ggdb -O3 -funroll-loops
-CXXFLAGS += -O3 -funroll-loops
+CXXFLAGS += -ggdb
+#CXXFLAGS += -O3 -funroll-loops
 
 IECLIBDIR=lib