mirror of
https://github.com/FirestormViewer/fs-build-variables.git
synced 2026-08-14 09:02:21 +00:00
Move back to failing on warnings. Leave the placeholder var for future
We can remove the empty var if we want but it leaves it structuially the same as Linux and a nice easy place should we need to add in the future.
This commit is contained in:
@@ -60,7 +60,7 @@ LL_BUILD_POSIX_BASE_SWITCHES="-std=c++17 -fPIC"
|
||||
|
||||
# Mac
|
||||
LL_BUILD_DARWIN_DEPLOY_TARGET="11"
|
||||
LL_BUILD_DARWIN_DISABLED_WARNINGS="-Wno-error=unused-but-set-variable -Wno-error=inconsistent-missing-override"
|
||||
LL_BUILD_DARWIN_DISABLED_WARNINGS=""
|
||||
LL_BUILD_DARWIN_BASE_MACROS="-DPIC -DLL_DARWIN=1 -DLIB_NDOF=1 -DCARES_STATICLIB $LL_BUILD_POSIX_BASE_MACROS"
|
||||
LL_BUILD_DARWIN_BASE_SWITCHES="-gdwarf-2 -stdlib=libc++ -mmacosx-version-min=$LL_BUILD_DARWIN_DEPLOY_TARGET -iwithsysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/ $LL_BUILD_POSIX_BASE_SWITCHES $LL_BUILD_DARWIN_DISABLED_WARNINGS"
|
||||
LL_BUILD_DARWIN_BASE="$LL_BUILD_DARWIN_BASE_SWITCHES $LL_BUILD_DARWIN_BASE_MACROS"
|
||||
|
||||
Reference in New Issue
Block a user