From d82d7f59f9227a0ea33d13af3c7ed95e16fdd2e3 Mon Sep 17 00:00:00 2001 From: "Luke T. Shumaker" Date: Mon, 30 Sep 2024 08:05:40 -0600 Subject: lib9p: Use __attribute__((always_inline)) and __attribute__((flatten)) --- lib9p/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'lib9p/CMakeLists.txt') diff --git a/lib9p/CMakeLists.txt b/lib9p/CMakeLists.txt index cd3156c..811e81a 100644 --- a/lib9p/CMakeLists.txt +++ b/lib9p/CMakeLists.txt @@ -13,4 +13,3 @@ target_sources(lib9p INTERFACE target_link_libraries(lib9p INTERFACE libcr_ipc ) -set_source_files_properties(types.c PROPERTIES COMPILE_FLAGS -O3) -- cgit v1.2.3-2-g168b