mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 19:07:15 +02:00
Fix of a small type as reported by one user
This commit is contained in:
parent
d58356a8da
commit
de4ee7ff43
1 changed files with 1 additions and 1 deletions
|
|
@ -10548,7 +10548,7 @@ MySQL (This example uses the IBM compiler):
|
|||
export CC="xlc_r -ma -O3 -qstrict -qoptimize=3 -qmaxmem=8192 "
|
||||
export CXX="xlC_r -ma -O3 -qstrict -qoptimize=3 -qmaxmem=8192"
|
||||
export CFLAGS="-I /usr/local/include"
|
||||
export LDLFAGS="-L /usr/local/lib"
|
||||
export LDFLAGS="-L /usr/local/lib"
|
||||
export CPPFLAGS=$CFLAGS
|
||||
export CXXFLAGS=$CFLAGS
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue