aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 90219ac..4b0d99a 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -1,7 +1,7 @@
include_directories(${CMAKE_BINARY_DIR}/include)
include_directories(${CMAKE_SOURCE_DIR}/include)
include_directories(${PROJECT_BINARY_DIR})
-add_compile_options(-Wall -Wextra -Wno-format-truncation)
+
add_executable(omc
main.c
str.c
@@ -21,4 +21,4 @@ add_executable(omc
template.c
rules.c
)
-install(TARGETS omc RUNTIME) \ No newline at end of file
+install(TARGETS omc RUNTIME)