File: config.gimli

package info (click to toggle)
vite 1.2%2Bsvn%2Bgit4.c6c0ce7-8
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 21,544 kB
  • sloc: cpp: 32,343; makefile: 461; sh: 144; ansic: 67
file content (8 lines) | stat: -rwxr-xr-x 317 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
#!/bin/sh
rm -rf CMakeCache.txt CMakeFiles

cmake .                                             \
    -DVITE_ENABLE_OTF=ON    -DOTF_DIR=/opt/eztrace   \
    -DVITE_ENABLE_TAU=OFF    -DTAU_DIR=/opt/eztrace   \
    -DVITE_ENABLE_MT_PARSERS=ON                     \
    -DCMAKE_BUILD_TYPE=Debug                        \