From b697f2a8b4100865f6fa2c28faacd8b96f6c7880 Mon Sep 17 00:00:00 2001 From: "SND\\weimingzhi_cp" Date: Thu, 30 Dec 2010 03:31:55 +0000 Subject: intltoolize. (for gtkbuilder) git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61593 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 8645846a..3653c953 100755 --- a/debian/rules +++ b/debian/rules @@ -12,7 +12,7 @@ CFLAGS = -Wall -g ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) CFLAGS += -O0 else - CFLAGS += -O2 -fomit-frame-pointer + CFLAGS += -O2 -fomit-frame-pointer -fno-strict-aliasing endif CONFIGURE_PARAM = \ -- cgit v1.2.3