about summary refs log tree commit diff stats
path: root/Makefile.gc
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.gc')
-rw-r--r--Makefile.gc2
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
28CFLAGS = -g -O2 -Wall $(MACHDEP) $(INCLUDE) 28CFLAGS = -g -O3 -Wall $(MACHDEP) $(INCLUDE)
29CXXFLAGS = $(CFLAGS) 29CXXFLAGS = $(CFLAGS)
30 30
31LDFLAGS = -g $(MACHDEP) -Wl,-Map,$(notdir $@).map 31LDFLAGS = -g $(MACHDEP) -Wl,-Map,$(notdir $@).map