Skip to content

Commit 1c6795b

Browse files
author
Anil Kumar Maurya
authored
Merge pull request #22 from Watson1978/fix-performance
Fix performance on Ruby 3.0
2 parents c486824 + 2b68678 commit 1c6795b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/fast_jsonparser/extconf.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
require 'mkmf'
2-
$CXXFLAGS += ' -std=c++1z -Wno-register '
2+
$CXXFLAGS += ' $(optflags) $(debugflags) -std=c++1z -Wno-register '
33

44

55
create_makefile 'fast_jsonparser/fast_jsonparser'

0 commit comments

Comments
 (0)