Commit ee49391e authored by mei-ye's avatar mei-ye
Browse files

staging

parent 48847a29
...@@ -18,7 +18,6 @@ else() ...@@ -18,7 +18,6 @@ else()
set(MIGRAPH_ENABLE_GPU Off CACHE BOOL "") set(MIGRAPH_ENABLE_GPU Off CACHE BOOL "")
endif() endif()
#add_compile_options(-std=c++14 -g -O0)
add_compile_options(-std=c++14) add_compile_options(-std=c++14)
list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake) list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
#include <vector> #include <vector>
#include <queue> #include <queue>
#define DEBUG_OPT //#define DEBUG_OPT
#ifdef DEBUG_OPT #ifdef DEBUG_OPT
#define DEBUG(s) s #define DEBUG(s) s
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment