We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1acd703 commit bf59a92Copy full SHA for bf59a92
3 files changed
examples/ImGui/makefile
@@ -23,7 +23,7 @@ CXX ?= g++
23
OPT_RELEASE ?= -O3
24
OPT_DEBUG ?= -Og
25
BUILD_TYPE ?= release
26
-USE_LTO ?= true
+USE_LTO ?= false
27
ANALYZE ?= false
28
USE_CONSOLE ?= true
29
examples/task-manager/makefile
templates/advanced/makefile
0 commit comments