forked from mangos/MaNGOS
-
Notifications
You must be signed in to change notification settings - Fork 77
cmake configuration (linux gcc)
poveda0 edited this page May 21, 2012
·
9 revisions
cmake -DACE_USE_EXTERNAL=1 -DUSE_STD_MALLOC=1 -DSYSCONFDIR=~/etc -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_FLAGS_RELEASE:STRING="-march=native -O2 -ggdb -pipe -frename-registers -fno-strict-aliasing -fno-strength-reduce -fno-delete-null-pointer-checks -ffast-math" -DCMAKE_CXX_FLAGS_RELEASE:STRING="-march=native -O2 -ggdb -pipe -frename-registers -fno-strict-aliasing -fno-strength-reduce -fno-delete-null-pointer-checks -ffast-math" -DPREFIX=/usr/local -DPCH=1 ..