소스 검색

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

* gcc-plugin/tests/run-test.in (%default-cflags): Add `-g -O2'.
Ludovic Courtès 14 년 전
부모
커밋
a6d5e6f502
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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.
     ,(string-append "-fplugin=" %builddir "/../src/.libs/starpu.so")
 
+    "-g" "-O2"
     "-fdump-tree-gimple" "-Wall"))
 
 (define %default-ldflags