Commit 65aa83d
Claude Code
validation: Remove incorrect safe mode addition to native_qt5
The merge commit incorrectly added BOOST_MULTI_INDEX_ENABLE_SAFE_MODE to
native_qt5.sh. This is not faithful to the Bitcoin backport because:
- Bitcoin's native_qt5.sh has --enable-debug, so it previously had safe mode enabled
- Dash's native_qt5.sh does NOT have --enable-debug, so it never had safe mode enabled
- The Bitcoin PR only re-enabled safe mode on builds that previously had it
The previous validation fixes (9ab5da6) correctly added safe mode to the 3 Dash
CI files that use --enable-debug or --enable-fuzz. This fix removes the incorrect
addition to native_qt5, making the backport faithful to Bitcoin's intent.1 parent 9ab5da6 commit 65aa83d
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
0 commit comments