Changeset 2f7d77c in mainline for uspace/Makefile.common
- Timestamp:
- 2018-06-14T19:02:26Z (3 years ago)
- Branches:
- master
- Children:
- 587478b
- Parents:
- abf8bd8
- git-author:
- Jiří Zárevúcky <jiri.zarevucky@…> (2018-06-14 17:48:39)
- git-committer:
- Jiří Zárevúcky <jiri.zarevucky@…> (2018-06-14 19:02:26)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/Makefile.common
rabf8bd8 r2f7d77c 190 190 endif 191 191 192 ifeq ($(CONFIG_UBSAN),y) 193 DEFAULT_CFLAGS += -fsanitize=undefined 194 endif 195 192 196 ifeq ($(COMPILER),clang) 193 197 DEFAULT_CFLAGS += \
Note: See TracChangeset
for help on using the changeset viewer.