We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c78ec3 commit fccb69fCopy full SHA for fccb69f
scripts/rebuild-native.sh
@@ -20,6 +20,9 @@ if [ "$FORCE_REBUILD" -eq 1 ]; then
20
echo "🔁 Force rebuild enabled"
21
fi
22
23
+export CXXFLAGS="${CXXFLAGS} -std=c++20"
24
+export CPPFLAGS="${CPPFLAGS} -std=c++20"
25
+
26
# Check and rebuild better-sqlite3
27
if [ -d node_modules/better-sqlite3 ] && \
28
{ [ "$FORCE_REBUILD" -eq 1 ] || \
0 commit comments