toaruos/Makefile.inc

6 lines
165 B
PHP
Raw Normal View History

2011-01-17 22:58:31 +03:00
CC = gcc
LD = ld -m elf_i386
CFLAGS = -Wall -Wextra -pedantic -m32 -O0 -std=c99 -finline-functions -fno-stack-protector -nostdinc -ffreestanding
2011-01-17 22:58:31 +03:00
NASM = nasm -f elf