Makefile.opt
author viric@llimona
Sun, 07 May 2006 01:30:29 +0200
changeset 11 dcfe4d2d4387
parent 7 Makefile@834620831e7a
permissions -rw-r--r--
Now Makefile compiles in debug, and Makefile.opt compiles optimized. There is no more need editing the Makefile for chosing the compilation.

CC=gcc

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

include Makefile.deps