mirror of
https://framagit.org/tom79/fedilab-tube
synced 2025-06-05 21:09:11 +02:00
lib
This commit is contained in:
17
frostwire-jlibtorrent/swig/config/linux-x86-config.jam
Normal file
17
frostwire-jlibtorrent/swig/config/linux-x86-config.jam
Normal file
@@ -0,0 +1,17 @@
|
||||
import os ;
|
||||
|
||||
using gcc : x86 : g++-7 :
|
||||
<cxxflags>-fPIC
|
||||
<cxxflags>-m32
|
||||
<cxxflags>-std=c++14
|
||||
<cxxflags>-fno-strict-aliasing
|
||||
<cxxflags>-fvisibility=hidden
|
||||
<linkflags>-m32
|
||||
<linkflags>-static-libstdc++
|
||||
<linkflags>-static-libgcc
|
||||
<linkflags>"-z noexecstack"
|
||||
# debug information
|
||||
<cxxflags>-g
|
||||
<cxxflags>-gdwarf-4
|
||||
<cxxflags>-ggdb
|
||||
;
|
Reference in New Issue
Block a user