mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ext/jason: revert r27493. came again after canceling gcc-ism.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27500 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
b0018f6859
commit
27be3056dc
20 changed files with 1750 additions and 2233 deletions
|
@ -1,14 +0,0 @@
|
|||
require 'mkmf'
|
||||
require 'rbconfig'
|
||||
|
||||
unless $CFLAGS.gsub!(/ -O[\dsz]?/, ' -O3')
|
||||
$CFLAGS << ' -O3'
|
||||
end
|
||||
if CONFIG['CC'] =~ /gcc/
|
||||
$CFLAGS << ' -Wall'
|
||||
#unless $CFLAGS.gsub!(/ -O[\dsz]?/, ' -O0 -ggdb')
|
||||
# $CFLAGS << ' -O0 -ggdb'
|
||||
#end
|
||||
end
|
||||
|
||||
create_makefile 'json/ext/generator'
|
Loading…
Add table
Add a link
Reference in a new issue