Skip to content

Commit

Permalink
Build only PRO
Browse files Browse the repository at this point in the history
  • Loading branch information
topilski committed Sep 2, 2019
1 parent fc3bad9 commit 9cf7c29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/build_releases.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ def print_message(progress, message):
# fastoredis build
fastoredis_branding_file = os.path.abspath('fastoredis.txt')
fastoredis_branding_options = utils.read_file_line_by_line_to_list(fastoredis_branding_file)
request.build(cmake_root, fastoredis_branding_options, 'build_fastoredis_' + platform_str, None,
packages, saver)
# request.build(cmake_root, fastoredis_branding_options, 'build_fastoredis_' + platform_str, None,
# packages, saver)

# pro version
fastoredis_branding_options.append('-DPRO_VERSION=ON')
Expand Down

0 comments on commit 9cf7c29

Please sign in to comment.