Skip to content
This repository has been archived by the owner on Jan 26, 2024. It is now read-only.

Commit

Permalink
SWDEV-325538 - Enable code object v5 by default
Browse files Browse the repository at this point in the history
Change-Id: Ifbb782e1177ff51b2de84a1ca0286b401833cb65
  • Loading branch information
kzhuravl authored and mangupta committed Feb 3, 2023
1 parent cb18e75 commit 041c004
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compiler/lib/utils/OPTIONS.def
Original file line number Diff line number Diff line change
Expand Up @@ -1272,8 +1272,8 @@ OPTION(OT_UINT32, \
OA_RUNTIME|OVA_OPTIONAL|OA_SEPARATOR_EQUAL, \
"code-object-version", NULL, \
LCCodeObjectVersion, \
4, 4, 5, NULL, \
"Specify code object ABI version. Allowed values are 4, and 5. Defaults to 4. (COMGR only)")
5, 4, 5, NULL, \
"Specify code object ABI version. Allowed values are 4, and 5. Defaults to 5. (COMGR only)")

/*
Do not remove the following line. Any option should be
Expand Down

0 comments on commit 041c004

Please sign in to comment.