Makefile.opt
author viric@llimona
Sun, 07 May 2006 13:34:25 +0200
changeset 25 b37843173279
parent 24 bb3bb8584190
permissions -rw-r--r--
Porting from sokoban/caixes the show_map changes. Corrects possible sigsegv because of actual_map. Better separation of sigalarm display / not-signal display.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
24
bb3bb8584190 Porting from sokoban/caixes the makefile system.
viric@llimona
parents:
diff changeset
     1
CC=gcc
bb3bb8584190 Porting from sokoban/caixes the makefile system.
viric@llimona
parents:
diff changeset
     2
bb3bb8584190 Porting from sokoban/caixes the makefile system.
viric@llimona
parents:
diff changeset
     3
# OPT
bb3bb8584190 Porting from sokoban/caixes the makefile system.
viric@llimona
parents:
diff changeset
     4
CFLAGS=-march=athlon-xp -pipe -O3 -Wall
bb3bb8584190 Porting from sokoban/caixes the makefile system.
viric@llimona
parents:
diff changeset
     5
bb3bb8584190 Porting from sokoban/caixes the makefile system.
viric@llimona
parents:
diff changeset
     6
include Makefile.deps