Skip to content

Commit

Permalink
wscript(win32): disable /FORCE linker option added by accident #322
Browse files Browse the repository at this point in the history
  • Loading branch information
nillerusr committed Dec 13, 2023
1 parent 7a3b3cd commit 8fcac9c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion wscript
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,6 @@ def configure(conf):
'/NODEFAULTLIB:libc',
'/NODEFAULTLIB:libcd',
'/NODEFAULTLIB:libcmt',
'/FORCE',
'/LARGEADDRESSAWARE'
]
else:
Expand Down

0 comments on commit 8fcac9c

Please sign in to comment.