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 8c1e724 commit 905d402Copy full SHA for 905d402
CMakeLists.txt
@@ -1,6 +1,8 @@
1
cmake_minimum_required(VERSION 3.5)
2
project(binsparse-rc)
3
4
+cmake_policy(SET CMP0079 NEW)
5
+
6
set(CMAKE_C_STANDARD 11)
7
8
set(CMAKE_C_FLAGS "-O3 -march=native")
0 commit comments