Oops, accidentally introduced -Wall into the Makefile (which only works

with gcc)


git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@218 423420c4-83ab-492f-b58f-81f9feb106b5
This commit is contained in:
Matt Chapman 2002-10-10 06:51:31 +00:00
parent 91dd0d0268
commit 99f2dbb2d6

View File

@ -7,7 +7,7 @@
# Configuration defaults
CC = cc
CFLAGS = -Wall -O2 -DKEYMAP_PATH=\"$(KEYMAP_PATH)\"
CFLAGS = -O2 -DKEYMAP_PATH=\"$(KEYMAP_PATH)\"
LDFLAGS =
prefix = /usr/local