diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-02-13 11:33:09 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-02-13 11:33:09 -0500 |
commit | 771ece92d3bad54555665a4ea663fc91224a6de9 (patch) | |
tree | d2909aa96396d94dd9bc3d8108f389ce9aa434ad /src | |
parent | 225566e1f6586b15d5824d0fe54efafc765cbb1c (diff) | |
download | stasis-771ece92d3bad54555665a4ea663fc91224a6de9.tar.gz |
Set compiler flags specific compilers
Diffstat (limited to 'src')
-rw-r--r-- | src/CMakeLists.txt | 4 |
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) |