@@ -12,7 +12,6 @@ j = ''.join([
|
|||||||
' -DUSE_LIBSECRET=ON',
|
' -DUSE_LIBSECRET=ON',
|
||||||
' -DBUILD_USERMANUAL=1',
|
' -DBUILD_USERMANUAL=1',
|
||||||
' -DENABLE_RAWSPEED=ON',
|
' -DENABLE_RAWSPEED=ON',
|
||||||
' -DRAWSPEED_ENABLE_LTO=ON',
|
|
||||||
' -DBINARY_PACKAGE_BUILD=1',
|
' -DBINARY_PACKAGE_BUILD=1',
|
||||||
' -DCMAKE_BUILD_TYPE=Release',
|
' -DCMAKE_BUILD_TYPE=Release',
|
||||||
' -DCMAKE_INSTALL_PREFIX=/usr',
|
' -DCMAKE_INSTALL_PREFIX=/usr',
|
||||||
@@ -21,6 +20,8 @@ j = ''.join([
|
|||||||
' -B_build -G Ninja -L '
|
' -B_build -G Ninja -L '
|
||||||
])
|
])
|
||||||
|
|
||||||
|
# ' -DRAWSPEED_ENABLE_LTO=ON',
|
||||||
|
|
||||||
def setup():
|
def setup():
|
||||||
pisitools.ldflags.add("-lgs")
|
pisitools.ldflags.add("-lgs")
|
||||||
cmaketools.configure(j)
|
cmaketools.configure(j)
|
||||||
|
|||||||
Reference in New Issue
Block a user