Fix ghactions build
This linker flag removes a warning on my machine instead of breaking the build.
This commit is contained in:
parent
3056b86780
commit
dc03808313
@ -135,9 +135,6 @@ if copt_msvc
|
||||
args_msvc_opt = [ '/Oy-', '/fp:fast' ]
|
||||
project_c_args += args_msvc_opt
|
||||
project_cpp_args += args_msvc_opt
|
||||
project_link_args += [
|
||||
'/NODEFAULTLIB:LIBCMT',
|
||||
]
|
||||
endif
|
||||
else
|
||||
if copt_platform == 'mac'
|
||||
|
Reference in New Issue
Block a user