is this correct or is there something missing to the options:

%build
%cmake -DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo       \
       -DCMAKE_SKIP_RPATH:BOOL=OFF                    \
       -DOPTION_DEBUG:STRING=ON                       \
       -DCMAKE_SHARED_LINKER_FLAGS="-Wl,--as-needed"  \
       -DSD_BINDIR:PATH=bin                           \
       -DOPTION_3RDPARTY_SOLID:BOOL=ON                \
       -DOPTION_TRACKEDITOR:BOOL=OFF                  \
       -DOPTION_OFFICIAL_ONLY:BOOL=ON                 \
       -DCMAKE_C_FLAGS="%{optflags}"                  \
       -DCMAKE_CXX_FLAGS="%{optflags}"
%cmake_build
-- 
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to