1
0
mirror of https://framagit.org/tom79/fedilab-tube synced 2025-06-05 21:09:11 +02:00
Files
TubeLab-App-Android/frostwire-jlibtorrent/swig/config/linux-x86-config.jam
Thomas 70e8133350 lib
2021-02-01 18:38:49 +01:00

18 lines
378 B
Plaintext

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
;