File tree Expand file tree Collapse file tree 1 file changed +1
-18
lines changed Expand file tree Collapse file tree 1 file changed +1
-18
lines changed Original file line number Diff line number Diff line change @@ -3994,7 +3994,7 @@ macro LDFLAGS(Flags...) {
3994
3994
###
3995
3995
### Add the specified flags to the compilation command of C and C++ files.
3996
3996
### @params: GLOBAL - Propagates these flags to dependent projects
3997
- ### Note: remember about the incompatibility flags for clang and cl (to set flags specifically for cl.exe use MSVC_FLAGS) .
3997
+ ### Bear in mind that certain flags might be incompatible with certain compilers .
3998
3998
macro CFLAGS(Flags...) {
3999
3999
SET_APPEND_WITH_GLOBAL(USER_CFLAGS $Flags)
4000
4000
}
@@ -5806,23 +5806,6 @@ when ($WITH_CREDITS) {
5806
5806
GENERATE_MF=$GENERATE_MF_CMD
5807
5807
}
5808
5808
5809
- # tag:flags tag:internal tag:windows-specific
5810
- ### @usage: _MSVC_FLAGS_WINDOWS_IMPL(target_platform compiler_flags) # internal
5811
- ###
5812
- ### Add CFLAGS when the firts argument is WINDOWS
5813
- macro _MSVC_FLAGS_WINDOWS_IMPL(WINDOWS[], FLAGS...) {
5814
- CFLAGS($WINDOWS)
5815
- }
5816
-
5817
- # tag:flags tag:windows-specific tag:cpp-specific
5818
- ### @usage: MSVC_FLAGS([GLOBAL compiler_flag]* compiler_flags)
5819
- ###
5820
- ### Add the specified flags to the compilation line of C/C++files.
5821
- ### Flags apply only if the compiler used is MSVC (cl.exe)
5822
- macro MSVC_FLAGS(FLAGS...) {
5823
- _MSVC_FLAGS_WINDOWS_IMPL($TARGET_PLATFORM $FLAGS)
5824
- }
5825
-
5826
5809
# tag:internal
5827
5810
### Add passed ya.conf.json and all bottle's formula external files to resources
5828
5811
### File MUST be arcadia root relative path (without "${ARCADIA_ROOT}/" prefix).
You can’t perform that action at this time.
0 commit comments