mirror of
https://abf.rosa.ru/djam/java-11-openjdk.git
synced 2025-02-23 13:32:53 +00:00
clang no flags
This commit is contained in:
parent
a8dd187647
commit
4961ba1e1a
1 changed files with 3 additions and 0 deletions
|
@ -1511,7 +1511,10 @@ EXTRA_CPP_FLAGS="%ourcppflags -fcommon"
|
|||
EXTRA_CFLAGS="$EXTRA_CFLAGS -fno-strict-aliasing"
|
||||
%endif
|
||||
# Fixes annocheck warnings in assembler files due to missing build notes
|
||||
%if 0
|
||||
EXTRA_ASFLAGS="${EXTRA_CFLAGS} -Wa,--generate-missing-build-notes=yes"
|
||||
%endif
|
||||
EXTRA_ASFLAGS="${EXTRA_CFLAGS} -Wa"
|
||||
export EXTRA_CFLAGS EXTRA_ASFLAGS
|
||||
|
||||
for suffix in %{build_loop} ; do
|
||||
|
|
Loading…
Add table
Reference in a new issue