mirror of
https://git.freebsd.org/ports.git
synced 2025-05-14 00:01:52 -04:00
On 12: Remove the unsupported optimization option On non-Intel architectures: make SSE options based on the port option on amd64/i386 only Reported by: fallout
4 lines
174 B
Text
4 lines
174 B
Text
--- meson_options.txt.orig 2018-10-26 06:03:32 UTC
|
|
+++ meson_options.txt
|
|
@@ -0,0 +1 @@
|
|
+option('use_sse', type: 'boolean', value: false, description: 'Use SSE optimization')
|