X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=bootcensus;a=blobdiff_plain;f=Makefile;h=2396eabf851c12bfd7c5d909f933b89be1b62a10;hp=6887307ab3b948c40af02b79a709fca128b58723;hb=137aca58851528e77004dc3909826f24bbdbde87;hpb=81c11bdd80190ec319a82b0402173cfb65fcbf72 diff --git a/Makefile b/Makefile index 6887307..2396eab 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ warn = -pedantic -Wall #opt = -O2 dbg = -g inc = -Isrc -Isrc/libc -Isrc/test -gccopt = -fno-pic -ffreestanding -nostdinc -fno-builtin +gccopt = -fno-pic -ffreestanding -nostdinc -fno-builtin -ffast-math CFLAGS = $(ccarch) -march=i386 $(warn) $(opt) $(dbg) $(gccopt) $(inc) $(def) ASFLAGS = $(asarch) -march=i386 $(dbg) -nostdinc -fno-builtin $(inc)