diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-04-20 17:52:32 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-04-20 17:52:32 +0300 |
commit | af04f2dba2ba62b5e245e1151c5bfaf95f1e2b37 (patch) | |
tree | 3823dadb7613377db5fcc8151342aa199dde97b8 /build/pmake | |
parent | 1e9b7c519953c73c6e5ca4ce2169eb674267c115 (diff) | |
download | ManaVerse-af04f2dba2ba62b5e245e1151c5bfaf95f1e2b37.tar.gz ManaVerse-af04f2dba2ba62b5e245e1151c5bfaf95f1e2b37.tar.bz2 ManaVerse-af04f2dba2ba62b5e245e1151c5bfaf95f1e2b37.tar.xz ManaVerse-af04f2dba2ba62b5e245e1151c5bfaf95f1e2b37.zip |
add flag -funsafe-loop-optimizations to build files.
Diffstat (limited to 'build/pmake')
-rwxr-xr-x | build/pmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/pmake b/build/pmake index a7b93f9a1..51e9ff690 100755 --- a/build/pmake +++ b/build/pmake @@ -26,7 +26,7 @@ export CXXFLAGS="-pg -fno-inline -Wvariadic-macros -Wvla -Wredundant-decls \ -Wsign-promo -Wwrite-strings -D_FORTIFY_SOURCE=2 -Wc++11-compat -std=c++0x \ -Wdelete-non-virtual-dtor -Wmaybe-uninitialized -Wunused-local-typedefs \ -Wvector-operation-performance -Wfree-nonheap-object -Winvalid-memory-model \ --Wnarrowing -Wzero-as-null-pointer-constant" +-Wnarrowing -Wzero-as-null-pointer-constant -funsafe-loop-optimizations" autoreconf -i ./configure --prefix=$dir/run \ |