summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 5710343..9ad6119 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -30,7 +30,8 @@ AR = ar
LD = gcc -mdll
-OPT = -g -O0
+#OPT = -g -O0
+OPT = -O3
## Mingw32
CFLAGS = $(OPT) -x $(GLANG) -I. -mthreads -D_WIN32_WINNT=0x400 -DHAVE_CONFIG_H -DPTW32_BUILD -Wall