forked from mirrors/0ad
Remove ignore LNK4098
This commit is contained in:
@@ -443,13 +443,6 @@ function project_create(project_name, target_type)
|
||||
linkoptions "/ignore:4221"
|
||||
filter {}
|
||||
|
||||
if arch == "amd64" then
|
||||
filter { "Debug", "action:vs*" }
|
||||
-- FIXME: disable LNK4098, some of the prebuilt libs for 64bit debug build have non matching options.
|
||||
linkoptions "/ignore:4098"
|
||||
filter {}
|
||||
end
|
||||
|
||||
project_set_target(project_name)
|
||||
project_set_build_flags()
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user