mirror of
https://github.com/msgpack/msgpack-c
synced 2026-06-08 16:11:40 +00:00
ruby: -O4 -> -O3
This commit is contained in:
+1
-1
@@ -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')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user