about summary refs log tree commit diff stats
path: root/Makefile.gc
diff options
context:
space:
mode:
authorFIX94 <fix94.1@gmail.com>2016-04-10 14:44:53 +0200
committerFIX94 <fix94.1@gmail.com>2016-04-10 14:44:53 +0200
commit42379a1cc476d481f5aa7a7b6e69f271f079fda3 (patch)
tree7109daa4a6242a8852ccd3ec364dc5ad48b0418f /Makefile.gc
parent2abebc4d066c038594dc667be210990c4c1dce30 (diff)
downloadgen3uploader-42379a1cc476d481f5aa7a7b6e69f271f079fda3.tar.gz
gen3uploader-42379a1cc476d481f5aa7a7b6e69f271f079fda3.tar.bz2
gen3uploader-42379a1cc476d481f5aa7a7b6e69f271f079fda3.zip
general cleanup
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