From f4945be21559a5e6023f0c34f2acbfc20e70384c Mon Sep 17 00:00:00 2001 From: Hugo Jean Ponsin Date: Thu, 30 Apr 2026 09:20:31 +0200 Subject: [PATCH] adding compiler flag + adding which epics drivers is compatible --- CMakeLists.txt | 2 +- README.md | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c742db4..d543d87 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ add_subdirectory(submodule/mepicsca) add_compile_options( -Wall -Wformat=2 - -g + -O3 -Wno-format-nonliteral -Wno-strict-aliasing -Wuninitialized diff --git a/README.md b/README.md index 9c4a656..1139c62 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ # ePowerSwitch Midas Frontend -Midas frontend that wraps an Epics ePowerSocket driver +Midas frontend that wraps an EPICS ePowerSocket drivers + +## List of compatible EPICS driver + +https://gitea.psi.ch/lin-epics-modules/ePowerSwitch/src/branch/master/README.md # How to use ## Clone & Compile