mirror of
https://github.com/msgpack/msgpack-c.git
synced 2025-03-19 04:52:59 +01:00
ruby: -O4 -> -O3
This commit is contained in:
parent
79d31b7452
commit
ff00c83f15
@ -1,5 +1,5 @@
|
||||
require 'mkmf'
|
||||
require './version.rb'
|
||||
$CFLAGS << %[ -I.. -Wall -O4 -DMESSAGEPACK_VERSION=\\"#{MessagePack::VERSION}\\" -g]
|
||||
$CFLAGS << %[ -I.. -Wall -O3 -DMESSAGEPACK_VERSION=\\"#{MessagePack::VERSION}\\" -g]
|
||||
create_makefile('msgpack')
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user