diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-12-30 03:31:55 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-12-30 03:31:55 +0000 |
| commit | b697f2a8b4100865f6fa2c28faacd8b96f6c7880 (patch) | |
| tree | 759d221628e8445b085325cb52742fe8a999ab98 /debian/rules | |
| parent | 4731f0049c58e98e286d1b9fb349b07b37ecb930 (diff) | |
| download | pcsxr-b697f2a8b4100865f6fa2c28faacd8b96f6c7880.tar.gz | |
intltoolize. (for gtkbuilder)
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@61593 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'debian/rules')
| -rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
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 = \ |
