mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-08 12:39:39 +02:00
Compile with -Oodfa to get better warnings
This commit is contained in:
parent
d36e239f45
commit
3f26551c42
@ -13,12 +13,12 @@ compiler-fullcycle-job:
|
|||||||
stage: compilercycle
|
stage: compilercycle
|
||||||
script:
|
script:
|
||||||
- cd compiler
|
- cd compiler
|
||||||
- make fullcycle -j 4
|
- make fullcycle -j 4 "OPT=-Oodfa"
|
||||||
|
|
||||||
build-and-test-job:
|
build-and-test-job:
|
||||||
stage: buildandtest
|
stage: buildandtest
|
||||||
script:
|
script:
|
||||||
- make -j 4 all OS_TARGET=linux CPU_TARGET=x86_64 FPMAKEOPT="-T 4"
|
- make -j 4 all OS_TARGET=linux CPU_TARGET=x86_64 FPMAKEOPT="-T 4" "OPT=-Oodfa"
|
||||||
- FPC_SRC=$(pwd)
|
- FPC_SRC=$(pwd)
|
||||||
- FPC_COMPILER=$FPC_SRC/compiler/ppcx64
|
- FPC_COMPILER=$FPC_SRC/compiler/ppcx64
|
||||||
- cd tests
|
- cd tests
|
||||||
|
Loading…
Reference in New Issue
Block a user