Skip to content

Commit bf59a92

Browse files
committed
chore: Disabled USE_LTO to unable by default
1 parent 1acd703 commit bf59a92

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

examples/ImGui/makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ CXX ?= g++
2323
OPT_RELEASE ?= -O3
2424
OPT_DEBUG ?= -Og
2525
BUILD_TYPE ?= release
26-
USE_LTO ?= true
26+
USE_LTO ?= false
2727
ANALYZE ?= false
2828
USE_CONSOLE ?= true
2929

examples/task-manager/makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ CXX ?= g++
2323
OPT_RELEASE ?= -O3
2424
OPT_DEBUG ?= -Og
2525
BUILD_TYPE ?= release
26-
USE_LTO ?= true
26+
USE_LTO ?= false
2727
ANALYZE ?= false
2828
USE_CONSOLE ?= true
2929

templates/advanced/makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ CXX ?= g++
2323
OPT_RELEASE ?= -O3
2424
OPT_DEBUG ?= -Og
2525
BUILD_TYPE ?= release
26-
USE_LTO ?= true
26+
USE_LTO ?= false
2727
ANALYZE ?= false
2828
USE_CONSOLE ?= true
2929

0 commit comments

Comments
 (0)