From 3e837ed11d8e9ac06e0e201e38c5f1273d9cbc79 Mon Sep 17 00:00:00 2001 From: Duyoung Jang Date: Tue, 8 Jan 2013 14:52:47 +0900 Subject: [PATCH] Change build option Change-Id: I298f262f4a0039b81851b50bdc48d26f60bcc507 Signed-off-by: Duyoung Jang --- packaging/osp-installer.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/osp-installer.spec b/packaging/osp-installer.spec index b26e948..fa5b181 100755 --- a/packaging/osp-installer.spec +++ b/packaging/osp-installer.spec @@ -34,7 +34,7 @@ osp application installer %ifarch %{ix86} CXXFLAGS="$CXXFLAGS -D_OSP_DEBUG_ -D_OSP_X86_ -D_OSP_EMUL_" cmake . -DCMAKE_INSTALL_PREFIX=%{_prefix} %else -CXXFLAGS="-O2 -g -pipe -Wall -fno-exceptions -Wformat -Wformat-security -Wl,--as-needed -fmessage-length=0 -march=armv7-a -mtune=cortex-a8 -mlittle-endian -mfpu=neon -mfloat-abi=softfp -D__SOFTFP__ -mthumb -Wa,-mimplicit-it=thumb -D_OSP_DEBUG_ -D_OSP_ARMEL_" cmake . -DCMAKE_INSTALL_PREFIX=%{_prefix} +CXXFLAGS="-O2 -g -pipe -Wall -fno-exceptions -Wformat -Wformat-security -Wl,--as-needed -fmessage-length=0 -march=armv7-a -mtune=cortex-a8 -mlittle-endian -mfpu=neon -mfloat-abi=softfp -D__SOFTFP__ -mthumb -Wa,-mimplicit-it=thumb -funwind-tables -D_OSP_DEBUG_ -D_OSP_ARMEL_" cmake . -DCMAKE_INSTALL_PREFIX=%{_prefix} %endif # Call make instruction with smp support -- 2.7.4