mirror of
https://github.com/MariaDB/server.git
synced 2025-01-23 15:24:16 +01:00
20 lines
724 B
Text
20 lines
724 B
Text
|
***************
|
||
|
*** 39,46 ****
|
||
|
c_warnings="$global_warnings -Wunused"
|
||
|
cxx_warnings="$global_warnings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor"
|
||
|
|
||
|
! alpha_cflags="-mcpu=ev6 -Wa,-mev6" # Not used yet
|
||
|
! pentium_cflags="-mcpu=pentiumpro"
|
||
|
sparc_cflags=""
|
||
|
|
||
|
# be as fast as we can be without losing our ability to backtrace
|
||
|
--- 39,46 ----
|
||
|
c_warnings="$global_warnings -Wunused"
|
||
|
cxx_warnings="$global_warnings -Woverloaded-virtual -Wsign-promo -Wreorder -Wctor-dtor-privacy -Wnon-virtual-dtor"
|
||
|
|
||
|
! #alpha_cflags="-mcpu=ev6 -Wa,-mev6" # Not used yet
|
||
|
! #pentium_cflags="-mcpu=pentiumpro"
|
||
|
sparc_cflags=""
|
||
|
|
||
|
# be as fast as we can be without losing our ability to backtrace
|