File tree 1 file changed +2
-0
lines changed
cmake/adjust/template/vendor/impl
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -101,12 +101,14 @@ else()
101
101
-O2 # https://clang.llvm.org/docs/ClangCommandLineReference.html#cmdoption-clang-O-arg
102
102
-Xclang=-finline-functions # https://clang.llvm.org/docs/ClangCommandLineReference.html#cmdoption-clang-finline-functions
103
103
-mno-incremental-linker-compatible # https://clang.llvm.org/docs/ClangCommandLineReference.html#cmdoption-clang-mincremental-linker-compatible
104
+ -DNDEBUG
104
105
)
105
106
106
107
NBL_REQUEST_COMPILE_OPTION_SUPPORT(LANG ${LANG} CONFIG RELWITHDEBINFO COMPILE_OPTIONS
107
108
-g # https://clang.llvm.org/docs/ClangCommandLineReference.html#cmdoption-clang-g
108
109
-O1 # https://clang.llvm.org/docs/ClangCommandLineReference.html#cmdoption-clang-O-arg
109
110
-Xclang=-finline-functions # https://clang.llvm.org/docs/ClangCommandLineReference.html#cmdoption-clang-finline-functions
110
111
-mno-incremental-linker-compatible # https://clang.llvm.org/docs/ClangCommandLineReference.html#cmdoption-clang-mincremental-linker-compatible
112
+ -DNDEBUG
111
113
)
112
114
endif ()
You can’t perform that action at this time.
0 commit comments