Changes

Jump to navigation Jump to search
Line 998: Line 998:     
I wonder if 'make' has any way of reporting the world it believes it's constructing ahead of time?
 
I wonder if 'make' has any way of reporting the world it believes it's constructing ahead of time?
 +
 +
wyleu@raspberrypi:~/Code/lv2/DPF/SimpleGainPlugin $ make -n
 +
mkdir -p /bin/SimpleGain.lv2
 +
echo "Creating LV2 plugin for SimpleGain"
 +
g++ /build/SimpleGain/DistrhoPluginMain_LV2.cpp.o -Wall -Wextra -pipe -MD -MP -fno-gnu- unique -fPIC -DPIC -DNDEBUG -O3 -ffast-math -fdata-sections -ffunction-sections - fvisibility=hidden -DHAVE_ALSA -DHAVE_JACK -DHAVE_RTAUDIO  -DHAVE_X11  -DHAVE_XEXT - DHAVE_XSYNC -DHAVE_OPENGL -std=gnu++11 -fvisibility-inlines-hidden -I. -I../../DPF/distrho - I../../DPF/dgl -I../../DPF/dgl/src/pugl-upstream/include -fdata-sections -ffunction-sections  -Wl,-O1,--as-needed,--gc-sections -Wl,--strip-all  -Wl,--no-undefined -ldl    -shared -Wl,-- version-script=../../DPF/utils/symbols/lv2.version -o /bin/SimpleGain.lv2/SimpleGain.so
 +
     
1,112

edits

Navigation menu