projects
/
pub
/
USBasp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d2f231
)
Enable GCC's -pipe option by default, to build projects using intermediary logical...
author
Dean Camera
<dean@fourwalledcubicle.com>
Tue, 19 Jun 2012 19:36:03 +0000
(19:36 +0000)
committer
Dean Camera
<dean@fourwalledcubicle.com>
Tue, 19 Jun 2012 19:36:03 +0000
(19:36 +0000)
LUFA/Build/lufa.build.in
patch
|
blob
|
blame
|
history
diff --git
a/LUFA/Build/lufa.build.in
b/LUFA/Build/lufa.build.in
index
f46304c
..
7eb6587
100644
(file)
--- a/
LUFA/Build/lufa.build.in
+++ b/
LUFA/Build/lufa.build.in
@@
-145,7
+145,7
@@
endif
DEPENDENCY_FILES = $(OBJECT_FILES:%.o=%.d)
# Create a list of common flags to pass to the compiler/linker/assembler
-BASE_CC_FLAGS :=
+BASE_CC_FLAGS :=
-pipe
ifeq ($(ARCH), AVR8)
BASE_CC_FLAGS += -mmcu=$(MCU) -gdwarf-2 -fshort-enums -fno-inline-small-functions -fpack-struct
else ifeq ($(ARCH), XMEGA)