meson: Fix regression in library size
authorsubhransu mohanty <sub.mohanty@samsung.com>
Thu, 18 Jul 2019 01:02:21 +0000 (10:02 +0900)
committerJunsuChoi <jsuya.choi@samsung.com>
Thu, 18 Jul 2019 11:04:28 +0000 (20:04 +0900)
commitd72218e3a6afd852dd3a6ef043bece0010c6ca40
tree227a8c4f755371b501e1533aa8ba1a3962f398fb
parent0e9fd91e23a048626a733452d84487c0f8cb3c57
meson: Fix regression in library size

As all the meson variables are in global scope the compiler_flags
in stb module reseted all the optimization flag set in the src directory
which increased the library size by 100KB.
src/meson.build
src/vector/stb/meson.build