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 96533a2 commit 779139bCopy full SHA for 779139b
vm/CMakeLists.txt
@@ -13,9 +13,11 @@ set(LLVM_BUILD_DIR ${DEFAULT_LLVM_BUILD_DIR} CACHE PATH "Path to LLVM build (wit
13
set(MOZART_GENERATOR_FLAGS "${DEFAULT_MOZART_GENERATOR_FLAGS}" CACHE STRING
14
"Additional flags for the generator parser (clang)")
15
16
+add_compile_options(-std=c++0x)
17
+
18
add_subdirectory(generator)
19
-set(CMAKE_CXX_FLAGS "-Wall -std=c++0x ${CMAKE_CXX_FLAGS}")
20
+add_compile_options(-Wall)
21
22
add_subdirectory(vm)
23
add_subdirectory(boostenv)
0 commit comments