Skip to content

Commit

Permalink
set guard/cf and dynamic base in release
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <[email protected]>
  • Loading branch information
NikolajBjorner committed Aug 17, 2020
1 parent f030843 commit e591b32
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/mk_win_dist.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,8 @@ def mk_dist_dir(x64):
mk_util.DOTNET_KEY_FILE = DOTNET_KEY_FILE
mk_util.JAVA_ENABLED = JAVA_ENABLED
mk_util.PYTHON_ENABLED = PYTHON_ENABLED
mk_util.GUARD_CF = True
mk_util.ALWAYS_DYNAMIC_BASE = True
mk_win_dist(build_path, dist_path)
if is_verbose():
print("Generated %s distribution folder at '%s'" % (platform, dist_path))
Expand Down

0 comments on commit e591b32

Please sign in to comment.