Skip to content

Commit

Permalink
Enable GCC's -pipe option by default, to build projects using interme…
Browse files Browse the repository at this point in the history
…diary logical OS pipes rather than temporary files on disk.

git-svn-id: http://lufa-lib.googlecode.com/svn@2357 d5102386-fcda-11dd-9fdb-3debd5008f28
  • Loading branch information
Dean authored and Dean committed Jun 19, 2012
1 parent 9363251 commit f81eabc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trunk/LUFA/Build/lufa.build.in
Expand Up @@ -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)
Expand Down

0 comments on commit f81eabc

Please sign in to comment.