diff options
| author | Steven Fuller <relnev@icculus.org> | 2001-08-21 22:37:05 +0000 |
|---|---|---|
| committer | Patryk Obara <dreamer.tan@gmail.com> | 2019-08-20 02:22:36 +0200 |
| commit | abd1c6857950797fb4e4bd4113ace12a73f71e37 (patch) | |
| tree | aaaad58ea1a5fc7a21d6022ac3e0efd3f7addf01 /Makefile | |
| parent | fe15141c2fe25af72bd93968a19150977a2166d2 (diff) | |
Removed some unused code.
Added some of the level drawing hacks (water, rain).
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ CXX = gcc #CXX = gcc-3.0 NASM = nasm +#CFLAGS = -g -Wall -pipe -Dengine=1 -I. -Iinclude -Iwin95 -Iavp -Iavp/win95 -Iavp/support -Iavp/win95/frontend -Iavp/win95/gadgets CFLAGS = -g -Wall -pipe -O2 -Dengine=1 -I. -Iinclude -Iwin95 -Iavp -Iavp/win95 -Iavp/support -Iavp/win95/frontend -Iavp/win95/gadgets #CFLAGS = -Wall -pipe -O6 -ffast-math -fomit-frame-pointer -march=pentiumpro -mcpu=pentiumpro -Dengine=1 -I. -Iinclude -Iwin95 -Iavp -Iavp/win95 -Iavp/support -Iavp/win95/frontend -Iavp/win95/gadgets CXXFLAGS = $(CFLAGS) |
