Skip to content

Commit

Permalink
Use optimize_for = CODE_SIZE in sql protobuf (ydb-platform#794)
Browse files Browse the repository at this point in the history
  • Loading branch information
nepal authored and adameat committed Dec 29, 2023
1 parent 243ce68 commit 34f61b0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ outputFile(LEXER,PARSER,TREE_PARSER, actionScope, actions,

syntax = "proto3";
option cc_enable_arenas = true;
option optimize_for = CODE_SIZE;

package @ANTLR_PACKAGE_NAME@;

Expand Down

0 comments on commit 34f61b0

Please sign in to comment.