We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2c8b43 commit 32200f1Copy full SHA for 32200f1
1 file changed
build_config/no-float.rb
@@ -0,0 +1,17 @@
1
+# Define cross build settings
2
+MRuby::CrossBuild.new('no-float') do |conf|
3
+ conf.toolchain
4
+
5
+ # Add configuration
6
+ conf.compilers.each do |c|
7
+ c.defines << "MRB_NO_FLOAT"
8
+ end
9
10
+ conf.gem :core => "mruby-bin-mruby"
11
12
+ conf.test_runner.command = 'env'
13
14
+ conf.enable_debug
15
+# conf.enable_bintest
16
+ conf.enable_test
17
+end
0 commit comments