gperf: remove obsolete command line options -p and -g

This commit is contained in:
Yukihiro "Matz" Matsumoto
2025-03-27 22:15:50 +09:00
parent 0090e2cd01
commit 7538ee8f5d
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -266,7 +266,7 @@ module MRuby
def initialize(build)
super
@command = 'gperf'
@compile_options = %q[-L ANSI-C -C -p -j1 -i 1 -g -o -t -N mrb_reserved_word -k"1,3,$" "%{infile}" > "%{outfile}"]
@compile_options = %q[-L ANSI-C -C -j1 -i 1 -o -t -N mrb_reserved_word -k"1,3,$" "%{infile}" > "%{outfile}"]
end
def run(outfile, infile)