aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2024-02-13 11:33:09 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2024-02-13 11:33:09 -0500
commit771ece92d3bad54555665a4ea663fc91224a6de9 (patch)
treed2909aa96396d94dd9bc3d8108f389ce9aa434ad /src
parent225566e1f6586b15d5824d0fe54efafc765cbb1c (diff)
downloadstasis-771ece92d3bad54555665a4ea663fc91224a6de9.tar.gz
Set compiler flags specific compilers
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)