File: optimized_compile.sh

package info (click to toggle)
cthreadpool 0.0%2Bgit20170424-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 224 kB
  • sloc: ansic: 566; sh: 182; makefile: 16
file content (15 lines) | stat: -rwxr-xr-x 271 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#! /bin/bash

#
# This file will run all tests but with a binary that has
# been compiled with optimization flags.
#



# ---------------------------- Tests -----------------------------------

COMPILATION_FLAGS='-g -O'
. normal_compile.sh

echo "No optimization errors"