- Timestamp:
- 11/15/2017 09:15:16 PM (7 years ago)
- Branches:
- master
- Children:
- f6afbab
- Parents:
- b28c09e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Makefile
rb28c09e rb27040e 17 17 FLAGS_COM := $(FLAGS) -mshort -std=c99 -ffreestanding -nostdinc \ 18 18 -fno-strict-aliasing -fno-inline -fno-omit-frame-pointer \ 19 -W pedantic -Wconversion -Wsign-conversion -Wshadow\20 -W strict-prototypes -Wmissing-declarations -Wredundant-decls \19 -Wconversion -Wsign-conversion -Wshadow -Wstrict-prototypes \ 20 -Wmissing-declarations -Wredundant-decls \ 21 21 -I include 22 22
Note:
See TracChangeset
for help on using the changeset viewer.