Changeset 17d214e in mainline for uspace/Makefile.common
- Timestamp:
- 2013-06-19T07:01:34Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b49d872
- Parents:
- 72759ffe
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile.common
r72759ffe r17d214e 171 171 OPTIMIZATION = s 172 172 else 173 OPTIMIZATION = 3173 OPTIMIZATION = 0 174 174 endif 175 175 … … 189 189 -Wall -Wextra -Wno-clobbered -Wno-unused-parameter -Wmissing-prototypes \ 190 190 -std=gnu99 -Werror-implicit-function-declaration -Wwrite-strings \ 191 -pipe -g -D__$(ENDIANESS)__191 -pipe -ggdb -D__$(ENDIANESS)__ 192 192 193 193 ICC_CFLAGS = $(LIBC_INCLUDES_FLAGS) -O$(OPTIMIZATION) -imacros $(CONFIG_HEADER) \
Note:
See TracChangeset
for help on using the changeset viewer.