wip doc rewrite

This commit is contained in:
2020-03-05 09:13:37 -05:00
parent 641edf2715
commit d7cbd5d2b6
7 changed files with 113 additions and 90 deletions

View File

@@ -81,14 +81,20 @@ target_link_directories(
${UUID_LIBRARY_DIRS}
)
target_compile_options(sist2
target_compile_options(
sist2
PRIVATE
-Ofast
# -march=native
-fPIC
-fno-stack-protector
-fomit-frame-pointer
)
-Ofast
# -fno-stack-protector
# -fomit-frame-pointer
-g
-march=native
-fstack-protector
)
TARGET_LINK_LIBRARIES(
sist2