Browse Source

gcc: Build tests with `-O2 -g'.

* gcc-plugin/tests/run-test.in (%default-cflags): Add `-g -O2'.
Ludovic Courtès 14 years ago
parent
commit
a6d5e6f502
1 changed files with 1 additions and 0 deletions
  1. 1 0
      gcc-plugin/tests/run-test.in

+ 1 - 0
gcc-plugin/tests/run-test.in

@@ -85,6 +85,7 @@ exec "${GUILE-@GUILE@}" -l "$0"    \
     ;; the real file name.
     ;; the real file name.
     ,(string-append "-fplugin=" %builddir "/../src/.libs/starpu.so")
     ,(string-append "-fplugin=" %builddir "/../src/.libs/starpu.so")
 
 
+    "-g" "-O2"
     "-fdump-tree-gimple" "-Wall"))
     "-fdump-tree-gimple" "-Wall"))
 
 
 (define %default-ldflags
 (define %default-ldflags