Changeset d6f9ed1 in buchla-68k for Makefile


Ignore:
Timestamp:
07/14/2017 07:00:06 PM (7 years ago)
Author:
Thomas Lopatic <thomas@…>
Branches:
master
Children:
4810254
Parents:
ace9ee7
Message:

Allow alignment cast.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Makefile

    race9ee7 rd6f9ed1  
    1515FLAGS_COM :=    $(FLAGS) -mshort -std=c99 -fleading-underscore -ffreestanding \
    1616                                -nostdinc -fno-strict-aliasing -fno-inline -fno-omit-frame-pointer \
    17                                 -Wpedantic -Wcast-align -Wcast-qual -Wconversion -Wsign-conversion \
    18                                 -Wshadow -Wstrict-prototypes -Wmissing-declarations -Wredundant-decls \
     17                                -Wpedantic -Wconversion -Wsign-conversion -Wshadow \
     18                                -Wstrict-prototypes -Wmissing-declarations -Wredundant-decls \
    1919                                -I include
    2020
Note: See TracChangeset for help on using the changeset viewer.