mirror of
https://github.com/simon987/sist2.git
synced 2025-12-15 08:19:06 +00:00
wip doc rewrite
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user