We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cd75ba commit 2c2583aCopy full SHA for 2c2583a
src/CMakeLists.txt
@@ -1,4 +1,4 @@
1
-# Copyright (C) 2011 - 2020 Red Hat, Inc.
+# Copyright (C) 2011 - 2022 Red Hat, Inc.
2
#
3
# This file is part of csdiff.
4
@@ -14,6 +14,7 @@
14
15
# You should have received a copy of the GNU General Public License
16
# along with csdiff. If not, see <http://www.gnu.org/licenses/>.
17
+message(STATUS "User-provided flags: ${CMAKE_CXX_FLAGS}")
18
19
add_definitions(-Wall -Wextra -fPIC -std=c++11)
20
0 commit comments