Skip to content

Commit

Permalink
set release build type (#3068)
Browse files Browse the repository at this point in the history
  • Loading branch information
m-m-adams authored Dec 15, 2024
1 parent 716f7ca commit 487c41d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ include(ProcessorCount)
ProcessorCount(HOST_NUM_CORES)

# Create our version string
set(RELEASE_TYPE "dev" CACHE STRING "The type of releasepack to build")
set(RELEASE_TYPE "release" CACHE STRING "The type of releasepack to build")
set_property(CACHE RELEASE_TYPE PROPERTY STRINGS dev nightly alpha beta rc release)

if(RELEASE_TYPE STREQUAL "release")
Expand Down
2 changes: 1 addition & 1 deletion src/definitions.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include "RZA1/cpu_specific.h"
#include "RZA1/system/r_typedefs.h"

#define ALPHA_OR_BETA_VERSION 1 // Whether to compile with additional error-checking
#define ALPHA_OR_BETA_VERSION 0 // Whether to compile with additional error-checking

#if !defined(NDEBUG)
#define ENABLE_SEQUENTIALITY_TESTS 1
Expand Down

0 comments on commit 487c41d

Please sign in to comment.