Disabled UNICODE on Windows
This commit is contained in:
parent
d12cf28ebf
commit
24d43c013f
1 changed files with 2 additions and 0 deletions
|
@ -78,3 +78,5 @@ set_property(TARGET randomx PROPERTY CXX_STANDARD 11)
|
||||||
|
|
||||||
# cheat because cmake and ccache hate each other
|
# cheat because cmake and ccache hate each other
|
||||||
set_property(SOURCE src/jit_compiler_x86_static.S PROPERTY LANGUAGE C)
|
set_property(SOURCE src/jit_compiler_x86_static.S PROPERTY LANGUAGE C)
|
||||||
|
|
||||||
|
add_definitions(/UUNICODE)
|
Loading…
Add table
Add a link
Reference in a new issue