Delete sanitize line in CMakeLists

master
Nicole Collings 2019-07-17 23:02:31 -07:00
parent 98ab5ea664
commit 32d8859e1a
1 changed files with 0 additions and 2 deletions

View File

@ -2,8 +2,6 @@ cmake_minimum_required(VERSION 3.12 FATAL_ERROR)
set (CMAKE_CXX_STANDARD 14)
set (PROJECT_NAME "Zeus")
#set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fsanitize=address,undefined")
project (${PROJECT_NAME})
#Include all of the library headers