From ac93a38c15e5ea45c050c743b6491f43c49a5ebb Mon Sep 17 00:00:00 2001
From: Nikos Kouremenos <kourem@gmail.com>
Date: Mon, 4 Apr 2005 23:30:33 +0000
Subject: [PATCH] -OO

---
 Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 4f9a2e4463..a7379f554c 100644
--- a/Makefile
+++ b/Makefile
@@ -32,7 +32,7 @@ idle:
 pyo:
 	ST="import py_compile\n py_compile.compile('$$f')"
 	for f in $(FILES_PY) ; do \
-		python -O -c "$$ST"; \
+		python -OO -c "$$ST"; \
 	done
 
 clean:
@@ -40,7 +40,6 @@ clean:
 	find -name *.mo -exec rm {} \;
 	$(foreach sdir, $(MODULES), make -C $(sdir) clean;)
 
-# FIXME -- olé gorito
 dist:
 	-rm -rf gajim-$(VERSION)
 	mkdir gajim-$(VERSION)
-- 
GitLab