tizen/qemu_configure_arm.sh: Restore --disable-pie option.
authorEvgeny Voevodin <e.voevodin@samsung.com>
Tue, 3 Jul 2012 12:05:05 +0000 (16:05 +0400)
committerEvgeny Voevodin <e.voevodin@samsung.com>
Fri, 6 Jul 2012 08:29:02 +0000 (12:29 +0400)
It speeds up emulation for approximately 4%

Signed-off-by: Evgeny Voevodin <e.voevodin@samsung.com>
tizen/qemu_configure_arm.sh

index c8e5779..e1aff8b 100755 (executable)
@@ -12,6 +12,7 @@ exec ./configure \
  --audio-drv-list=alsa \
  --enable-opengles \
  --disable-gl \
+ --disable-pie \
  --enable-maru
 ;;
 MINGW*)