Skip to content

Commit c5c6e4c

Browse files
Merge pull request #2719 from kleisauke:meson-remove-unused-opts
PiperOrigin-RevId: 809027038
2 parents af6f9cf + 476dac1 commit c5c6e4c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

meson_options.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ option('test_standalone', type : 'boolean', value : false, description: 'Disable
77
option('disable_futex', type : 'boolean', value : false, description: 'Disable futex for thread_pool')
88

99
option('arm7', type : 'boolean', value : false, description: 'Set copts for Armv7 with NEON (requires vfpv4)?')
10-
option('lsx', type : 'boolean', value : true, description: 'Add -mlsx flag?')
11-
option('lasx', type : 'boolean', value : true, description: 'Add -mlasx flag?')
1210
option('sse2', type : 'boolean', value : false, description: 'Set SSE2 as baseline for 32-bit x86?')
1311
option('rvv', type : 'boolean', value : true, description: 'Set copts for RISCV with RVV?')
1412

0 commit comments

Comments
 (0)