Skip to content
This repository has been archived by the owner on Aug 5, 2022. It is now read-only.

Commit

Permalink
[build] Enable LTO to further shrink ROM size
Browse files Browse the repository at this point in the history
Signed-off-by: Jimmy Huang <[email protected]>
  • Loading branch information
jimmy-huang authored and grgustaf committed May 18, 2018
1 parent 3ec5b47 commit f90d9d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/jerry.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ set(CMAKE_ARGS
-DCMAKE_C_COMPILER_WORKS=TRUE
-DCMAKE_SYSTEM_NAME=Zephyr
-DENABLE_ALL_IN_ONE=OFF
-DENABLE_LTO=OFF
-DENABLE_LTO=ON
-DEXTERNAL_COMPILE_FLAGS=${external_project_cflags}
-DFEATURE_ERROR_MESSAGES=ON
-DFEATURE_DEBUGGER=${DEBUGGER}
Expand Down

0 comments on commit f90d9d1

Please sign in to comment.