diff options
author | bsegovia <devnull@localhost> | 2011-11-29 02:02:51 +0000 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2012-08-10 16:15:03 -0700 |
commit | 3c7acb14133bd75238ee73bb85f64789f8740864 (patch) | |
tree | 125be12b5a52a1e0a96576c8fda79273b6367718 /setup_fulsim_hsw.sh | |
parent | 02a583ba1c82fcb2d20df5f5387a94ae3b3471f1 (diff) |
Silent GCC warnings in release mode
Diffstat (limited to 'setup_fulsim_hsw.sh')
-rw-r--r-- | setup_fulsim_hsw.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/setup_fulsim_hsw.sh b/setup_fulsim_hsw.sh new file mode 100644 index 00000000..140be666 --- /dev/null +++ b/setup_fulsim_hsw.sh @@ -0,0 +1,5 @@ +export INTEL_DEVID_OVERRIDE=0x0094 +export DEVICE=hsw_m0 +export OCL_FULSIM_RUN=1 +export OCL_FULSIM_DEBUG_MODE=$1 + |