Commit d4a55dd 1 parent 4d85076 commit d4a55dd Copy full SHA for d4a55dd
File tree 1 file changed +3
-13
lines changed
1 file changed +3
-13
lines changed Original file line number Diff line number Diff line change @@ -31,27 +31,17 @@ pushd $RUBY_PATH
31
31
32
32
case $DEBUG_LEVEL in
33
33
debug)
34
- ../configure \
35
- --with-mmtk-ruby=$BINDING_PATH \
36
- --with-mmtk-ruby-debug \
37
- --prefix=$RUBY_INSTALL_PATH \
38
- --disable-install-doc \
39
- cppflags=' -g3 -O0 -DRUBY_DEBUG=1 -DRUBY_DEVEL -DUSE_RUBY_DEBUG_LOG=1 -DMMTK_WB_ASSERT_VO'
34
+ ../configure --with-mmtk-ruby=$BINDING_PATH --with-mmtk-ruby-debug --prefix=$RUBY_INSTALL_PATH --disable-install-doc cppflags=' -g3 -O0 -DRUBY_DEBUG=1 -DRUBY_DEVEL -DUSE_RUBY_DEBUG_LOG=1'
40
35
make miniruby -j $CI_JOBS
41
36
;;
42
37
43
38
release)
44
- ../configure \
45
- --with-mmtk-ruby=$BINDING_PATH \
46
- --prefix=$RUBY_INSTALL_PATH \
47
- --disable-install-doc cppflags=' -g3 -DMMTK_WB_ASSERT_VO'
39
+ ../configure --with-mmtk-ruby=$BINDING_PATH --prefix=$RUBY_INSTALL_PATH --disable-install-doc cppflags=' -g3'
48
40
make install -j $CI_JOBS
49
41
;;
50
42
51
43
vanilla)
52
- ../configure \
53
- --prefix=$RUBY_INSTALL_PATH \
54
- --disable-install-doc cppflags=' -g3'
44
+ ../configure --prefix=$RUBY_INSTALL_PATH --disable-install-doc cppflags=' -g3'
55
45
make install -j $CI_JOBS
56
46
;;
57
47
* )
You can’t perform that action at this time.
0 commit comments