projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3f8229
)
tizen/qemu_configure_arm.sh: Restore --disable-pie option.
author
Evgeny Voevodin
<e.voevodin@samsung.com>
Tue, 3 Jul 2012 12:05:05 +0000
(16:05 +0400)
committer
Evgeny 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
patch
|
blob
|
history
diff --git
a/tizen/qemu_configure_arm.sh
b/tizen/qemu_configure_arm.sh
index
c8e5779
..
e1aff8b
100755
(executable)
--- a/
tizen/qemu_configure_arm.sh
+++ b/
tizen/qemu_configure_arm.sh
@@
-12,6
+12,7
@@
exec ./configure \
--audio-drv-list=alsa \
--enable-opengles \
--disable-gl \
+ --disable-pie \
--enable-maru
;;
MINGW*)