diff options
author | Brian Paul <[email protected]> | 2018-10-26 10:23:39 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2018-10-26 12:09:00 -0600 |
commit | d6be0b5556ceb40a24b0a89ff86e909514d60a52 (patch) | |
tree | b2e10f37f4caaab6e4416ace74928914ce50f7f5 /src/gallium/drivers | |
parent | 5bcf479524b96554cab7d2429dacf650b4054638 (diff) |
scons/svga: remove opt from the list of valid build types
This reverts commit a5fd54f8bf6713312fa5efd7ef5cd125557a0ffe.
The whole point was to add a way to pass -DVMX86_STATS to the build,
but we can do that with a command line argument when we invoke scons.
Reviewed-by: José Fonseca <[email protected]>
Diffstat (limited to 'src/gallium/drivers')
-rw-r--r-- | src/gallium/drivers/svga/svga_screen.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/svga/svga_screen.c b/src/gallium/drivers/svga/svga_screen.c index ab9a3c7f0d8..95dde8b0897 100644 --- a/src/gallium/drivers/svga/svga_screen.c +++ b/src/gallium/drivers/svga/svga_screen.c @@ -92,8 +92,6 @@ svga_get_name( struct pipe_screen *pscreen ) */ build = "build: DEBUG;"; mutex = "mutex: " PIPE_ATOMIC ";"; -#elif defined(VMX86_STATS) - build = "build: OPT;"; #else build = "build: RELEASE;"; #endif |