Apply PIE to nghttpx
[platform/upstream/nghttp2.git] / third-party / build_config.rb
1 MRuby::Build.new do |conf|
2   # TODO use same compilers configured in configure script
3   toolchain :clang
4
5   # C++ project needs this.  Without this, mruby exception does not
6   # properly destory C++ object allocated on stack.
7   conf.enable_cxx_exception
8
9   conf.build_dir = ENV['BUILD_DIR']
10
11   # include the default GEMs
12   conf.gembox 'default'
13   conf.gem :core => 'mruby-eval'
14 end