From cef005317bceca76d21c5d679b7db8908f1e3156 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sun, 4 Jun 2006 09:28:45 +0000 Subject: [PATCH] wow I'm tired --- dlls/sqlite/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/sqlite/Makefile b/dlls/sqlite/Makefile index 6c3e76cc..dc2f6f3a 100755 --- a/dlls/sqlite/Makefile +++ b/dlls/sqlite/Makefile @@ -57,7 +57,7 @@ ifeq "$(AMD64)" "true" else BINARY = $(NAME)_$(BIN_SUFFIX_32) CFLAGS += -DPAWN_CELL_SIZE=32 -DJIT -DASM32 - CPPFLAGS += -DPAWN_CELL_SIZE=64 -DHAVE_I64 -m64 + CPPFLAGS += -DPAWN_CELL_SIZE=32 -DJIT -DASM32 OPT_FLAGS += -march=i586 endif