Makefile.opt
author viric@llimona
Sun, 07 May 2006 01:33:40 +0200
changeset 13 c2b272938a1f
parent 11 dcfe4d2d4387
permissions -rw-r--r--
actual_map is initialized at first, so almost never a SIGSEGV can happen. Even though it should be initialized at init_so, and protecting against SIGSEGV there.

CC=gcc

# OPT
CFLAGS=-march=athlon-xp -pipe -O3 -Wall

include Makefile.deps