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

modifié : CMakeLists.txt

parent 7974fbaa
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ set(CMAKE_CXX_EXTENSIONS OFF)
# Add compiler flags
if(CMAKE_COMPILER_IS_GNUCC)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -O0 -g3 -fpermissive -std=c++17 -pthread")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fpermissive -std=c++17 -pthread")
endif()
......
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