• Home
  • Raw
  • Download

Lines Matching +full:macosx +full:- +full:version +full:- +full:min

2 # reserved. Use of this source code is governed by a BSD-style license that
81 # Platform-specific compiler/linker flags.
84-fno-strict-aliasing # Avoid assumptions regarding non-aliasing of objects of different…
85 -fPIC # Generate position-independent code for shared libraries
86-fstack-protector # Protect some vulnerable functions from stack-smashing (security …
87 -funwind-tables # Support stack unwinding for backtrace()
88-fvisibility=hidden # Give hidden visibility to declarations that are not explicitly m…
89--param=ssp-buffer-size=4 # Set the minimum buffer size protected by SSP (security feature, …
90-pipe # Use pipes rather than temporary files for communication between …
91 -pthread # Use the pthread library
92 -Wall # Enable all warnings
93 -Werror # Treat warnings as errors
94 -Wno-missing-field-initializers # Don't warn about missing field initializers
95 -Wno-unused-parameter # Don't warn about unused parameters
96 -Wno-error=comment # Don't warn about code in comments
97 -Wno-comment # Don't warn about code in comments
98 -Wno-deprecated-declarations # Don't warn about using deprecated methods
101 -std=c99 # Use the C99 language standard
104 -fno-exceptions # Disable exceptions
105 -fno-rtti # Disable real-time type information
106 -fno-threadsafe-statics # Don't generate thread-safe statics
107 -fvisibility-inlines-hidden # Give hidden visibility to inlined class member functions
108 -std=c++14 # Use the C++14 language standard
109 -Wsign-compare # Warn about mixed signed/unsigned type comparisons
112 -O0 # Disable optimizations
113 -g # Generate debug information
116 -O2 # Optimize for maximum speed
117-fdata-sections # Enable linker optimizations to improve locality of reference for…
118-ffunction-sections # Enable linker optimizations to improve locality of reference for…
119 -fno-ident # Ignore the #ident directive
120 -U_FORTIFY_SOURCE # Undefine _FORTIFY_SOURCE in case it was previously defined
121-D_FORTIFY_SOURCE=2 # Add memory and string function protection (security feature, rel…
124 -fPIC # Generate position-independent code for shared libraries
125 -pthread # Use the pthread library
126 -Wl,--disable-new-dtags # Don't generate new-style dynamic tags in ELF
127 -Wl,--fatal-warnings # Treat warnings as errors
128-Wl,-rpath,. # Set rpath so that libraries can be placed next to the executable
129 -Wl,-z,noexecstack # Mark the stack as non-executable (security feature)
130-Wl,-z,now # Resolve symbols on program start instead of on first use (securi…
131 -Wl,-z,relro # Mark relocation sections as read-only (security feature)
134 -Wl,-O1 # Enable linker optimizations
135 -Wl,--as-needed # Only link libraries that export symbols used by the binary
136-Wl,--gc-sections # Remove unused code resulting from -fdata-sections and -function-
148 CHECK_CXX_COMPILER_FLAG(-Wno-undefined-var-template COMPILER_SUPPORTS_NO_UNDEFINED_VAR_TEMPLATE)
151 -Wno-undefined-var-template # Don't warn about potentially uninstantiated static members
155 CHECK_C_COMPILER_FLAG(-Wno-unused-local-typedefs COMPILER_SUPPORTS_NO_UNUSED_LOCAL_TYPEDEFS)
158 -Wno-unused-local-typedefs # Don't warn about unused local typedefs
162 CHECK_CXX_COMPILER_FLAG(-Wno-literal-suffix COMPILER_SUPPORTS_NO_LITERAL_SUFFIX)
165 -Wno-literal-suffix # Don't warn about invalid suffixes on literals
169 CHECK_CXX_COMPILER_FLAG(-Wno-narrowing COMPILER_SUPPORTS_NO_NARROWING)
172 -Wno-narrowing # Don't warn about type narrowing
178 -Wno-attributes # The cfi-icall attribute is not supported by the GNU C++ compiler
183 # 64-bit architecture.
185 -m64
186 -march=x86-64
189 -m64
192 # 32-bit architecture.
194 -msse2
195 -mfpmath=sse
196 -mmmx
197 -m32
200 -m32
221 chrome-sandbox
255 # Platform-specific compiler/linker flags.
259-fno-strict-aliasing # Avoid assumptions regarding non-aliasing of objects of different…
260-fstack-protector # Protect some vulnerable functions from stack-smashing (security …
261 -funwind-tables # Support stack unwinding for backtrace()
262-fvisibility=hidden # Give hidden visibility to declarations that are not explicitly m…
263 -Wall # Enable all warnings
264 -Werror # Treat warnings as errors
265 -Wextra # Enable additional warnings
266 -Wendif-labels # Warn whenever an #else or an #endif is followed by text
267 -Wnewline-eof # Warn about no newline at end of file
268 -Wno-missing-field-initializers # Don't warn about missing field initializers
269 -Wno-unused-parameter # Don't warn about unused parameters
272 -std=c99 # Use the C99 language standard
275 -fno-exceptions # Disable exceptions
276 -fno-rtti # Disable real-time type information
277 -fno-threadsafe-statics # Don't generate thread-safe statics
278-fobjc-call-cxx-cdtors # Call the constructor/destructor of C++ instance variables in Obj…
279 -fvisibility-inlines-hidden # Give hidden visibility to inlined class member functions
280 -std=c++14 # Use the C++14 language standard
281 -Wno-narrowing # Don't warn about type narrowing
282 -Wsign-compare # Warn about mixed signed/unsigned type comparisons
285 -O0 # Disable optimizations
286 -g # Generate debug information
289 -O3 # Optimize for maximum speed plus a few extras
292 -Wl,-search_paths_first # Search for static or shared library versions in the same pass
293 -Wl,-ObjC # Support creation of ObjC static libraries
294-Wl,-pie # Generate position-independent code suitable for executables only
297 -Wl,-dead_strip # Strip dead code
302 CHECK_CXX_COMPILER_FLAG(-Wno-undefined-var-template COMPILER_SUPPORTS_NO_UNDEFINED_VAR_TEMPLATE)
305 -Wno-undefined-var-template # Don't warn about potentially uninstantiated static members
311 -lpthread
312 "-framework Cocoa"
313 "-framework AppKit"
317 …execute_process(COMMAND xcode-select --print-path OUTPUT_VARIABLE XCODE_PATH OUTPUT_STRIP_TRAILING…
319 set(SDK "${XCODE_PATH}/Platforms/MacOSX.platform/Developer/SDKs/MacOSX${OS_VERSION}.sdk")
328 -mmacosx-version-min=${CEF_TARGET_SDK}
384 # Check if the current MSVC version is compatible with the cef_sandbox.lib
387 … message(WARNING "CEF sandbox is not compatible with the current MSVC version (${MSVC_VERSION})")
402 # Platform-specific compiler/linker flags.
406 /Gy # Enable function-level linking
407 /GR- # Disable run-time type information
423 /Od # Enable basic run-time checks
435 /LARGEADDRESSAWARE # Allow 32-bit processes to access 3GB of RAM
441 NOMINMAX # Use the standard's templated min/max
478 vulkan-1.dll
517 version.lib
532 # be at different depths depending on the toolchain version