зеркало из https://github.com/stride3d/NativePath.git
Add -Wno-unknown-attributes to avoid too many warnings
This commit is contained in:
Родитель
d839d7cc24
Коммит
e826aa0987
|
@ -9,7 +9,7 @@ if [ "$CC" = "" ]; then
|
|||
CC=clang-3.6
|
||||
fi
|
||||
|
||||
CFLAGS="-mssse3 -Wall -Wno-unused-const-variable -Wno-unused-function -Isource"
|
||||
CFLAGS="-mssse3 -Wall -Wno-unused-const-variable -Wno-unused-function -Isource -Wno-unknown-attributes"
|
||||
|
||||
#Linux 64
|
||||
$CC -fPIC -m64 $CFLAGS -c $sources
|
||||
|
|
Загрузка…
Ссылка в новой задаче