File: no-ansi-to-set-c%2B%2B-std.patch

package info (click to toggle)
qcodeeditor 1.0%2B1gitdc644d-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 528 kB
  • sloc: cpp: 2,502; xml: 731; python: 11; makefile: 9
file content (17 lines) | stat: -rw-r--r-- 316 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 40d5617..fb12a54 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -90,12 +93,11 @@
 )
 
 if(CMAKE_COMPILER_IS_GNUCXX)
     target_compile_options(QCodeEditor
 		PRIVATE
-		-ansi
 		-pedantic
 		-Wall
 		-Wextra
 		-Weffc++
 		-Woverloaded-virtual
 		-Winit-self