diff Makefile @ 3:01290d71ef9c

add figures into comment area of main_GL.cbc
author kent
date Fri, 30 May 2008 12:36:59 +0900
parents 249965d0a68f
children 5535e1d5e693
line wrap: on
line diff
--- a/Makefile	Fri May 30 00:29:56 2008 +0900
+++ b/Makefile	Fri May 30 12:36:59 2008 +0900
@@ -2,9 +2,9 @@
 CbCC = ~/work/cvs_tmp/CbC_project/build-dir/INSTALL-DIR/bin/gcc
 .SUFFIXES: .cbc .o
 
-CFLAGS = -Wall -g -O2
+CFLAGS = -Wall -g -O0
 INCLUDES = `sdl-config --cflags`
-LIBS = `sdl-config --libs`
+LIBS = `sdl-config --libs` -lm
 
 GL_LIBS = -Wl,-framework,OpenGL