Skip to content

Commit cb58606

Browse files
committed
Try a build without asserts
1 parent 85c7c6f commit cb58606

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build-cmd.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ pushd "$top"
8181
cp -v Release/luau.exe "$stage/bin/"
8282
;;
8383
darwin*|linux*)
84-
# Continue compiling with asserts for now
85-
LL_BUILD_RELEASE="$(remove_switch -DNDEBUG $LL_BUILD_RELEASE)"
84+
# # Continue compiling with asserts for now
85+
# LL_BUILD_RELEASE="$(remove_switch -DNDEBUG $LL_BUILD_RELEASE)"
8686
cmake -DCMAKE_INSTALL_PREFIX:STRING="${stage}" \
8787
-DCMAKE_CXX_FLAGS="$LL_BUILD_RELEASE -m$AUTOBUILD_ADDRSIZE" \
8888
-DCMAKE_C_FLAGS="$(remove_cxxstd $LL_BUILD_RELEASE) -m$AUTOBUILD_ADDRSIZE" \

0 commit comments

Comments
 (0)