Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jerrrrry
infinicore
Commits
b48d60ee
Commit
b48d60ee
authored
Jul 07, 2025
by
pengcheng888
Browse files
issue/302 - adjust the position of code.
parent
ca1be48e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
xmake.lua
xmake.lua
+2
-2
No files found.
xmake.lua
View file @
b48d60ee
...
@@ -10,12 +10,12 @@ add_includedirs("include")
...
@@ -10,12 +10,12 @@ add_includedirs("include")
if
is_mode
(
"debug"
)
then
if
is_mode
(
"debug"
)
then
add_defines
(
"DEBUG_MODE"
)
add_defines
(
"DEBUG_MODE"
)
add_ldflags
(
"/utf-8"
,
{
force
=
true
})
add_cxflags
(
"/utf-8"
,
{
force
=
true
})
end
end
if
is_plat
(
"windows"
)
then
if
is_plat
(
"windows"
)
then
set_runtimes
(
"MD"
)
set_runtimes
(
"MD"
)
add_ldflags
(
"/utf-8"
,
{
force
=
true
})
add_cxflags
(
"/utf-8"
,
{
force
=
true
})
end
end
-- CPU
-- CPU
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment