projects
/
platform
/
core
/
uifw
/
lottie-player.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
734dc72
)
fix msvc build
author
subhransu mohanty
<sub.mohanty@samsung.com>
Thu, 4 Jul 2019 00:20:31 +0000
(09:20 +0900)
committer
Hermet Park
<hermetpark@gmail.com>
Wed, 10 Jul 2019 01:59:04 +0000
(10:59 +0900)
src/meson.build
patch
|
blob
|
history
diff --git
a/src/meson.build
b/src/meson.build
index 4097d7332fcc7f4b93e8d94a2433dc9b7223736a..c177764bdcdb200e18845681c54be2ee5267828e 100644
(file)
--- a/
src/meson.build
+++ b/
src/meson.build
@@
-1,5
+1,5
@@
cc = meson.get_compiler('cpp')
-
+compiler_flags =[]
if (cc.get_id() != 'msvc')
compiler_flags = ['-fno-exceptions', '-fno-rtti',
'-fno-unwind-tables' , '-fno-asynchronous-unwind-tables',