File: setenv32-gcc.sourceme

package info (click to toggle)
intel-media-driver 25.2.3%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 151,588 kB
  • sloc: cpp: 1,609,549; ansic: 215,001; asm: 39,161; python: 555; sh: 177; makefile: 16
file content (9 lines) | stat: -rw-r--r-- 190 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
#!/bin/sh

# Please update the paths below in accordance with your setup

export CC=gcc
export CXX=g++
export CFLAGS="-m32 -Wno-register -msse2"
export CXXFLAGS="-m32 -Wno-register -msse2"