Skip to content
Snippets Groups Projects
Commit 3b98c550 authored by Chiheb Amer Abid's avatar Chiheb Amer Abid
Browse files

modifié : CMakeLists.txt

parent e1d55c7b
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ project(pmc-sog C CXX)
# compiler flags
if(CMAKE_COMPILER_IS_GNUCC)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fpermissive -g3 -std=c++17")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fpermissive -std=c++17")
endif()
# add pn parser
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment