diff options
Diffstat (limited to 'Makefile.gc')
-rw-r--r-- | Makefile.gc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.gc b/Makefile.gc index 82e10f1..431c094 100644 --- a/Makefile.gc +++ b/Makefile.gc | |||
@@ -25,7 +25,7 @@ INCLUDES := source | |||
25 | # options for code generation | 25 | # options for code generation |
26 | #--------------------------------------------------------------------------------- | 26 | #--------------------------------------------------------------------------------- |
27 | 27 | ||
28 | CFLAGS = -g -O2 -Wall $(MACHDEP) $(INCLUDE) | 28 | CFLAGS = -g -O3 -Wall $(MACHDEP) $(INCLUDE) |
29 | CXXFLAGS = $(CFLAGS) | 29 | CXXFLAGS = $(CFLAGS) |
30 | 30 | ||
31 | LDFLAGS = -g $(MACHDEP) -Wl,-Map,$(notdir $@).map | 31 | LDFLAGS = -g $(MACHDEP) -Wl,-Map,$(notdir $@).map |