Skip to content

Instantly share code, notes, and snippets.

@Bigpet
Created April 10, 2014 21:07
Show Gist options
  • Save Bigpet/10423547 to your computer and use it in GitHub Desktop.
Save Bigpet/10423547 to your computer and use it in GitHub Desktop.
compiler flags
/usr/bin/clang++
-DGLX_GLXEXT_PROTOTYPES
-DGL_GLEXT_PROTOTYPES
-DWXUSINGDLL
-D_FILE_OFFSET_BITS=64
-D__WXGTK__
-g
-std=c++11
-fsanitize=address
-pthread
-g
-isystem /usr/local/lib/wx/include/gtk2-unicode-3.1
-isystem /usr/local/include/wx-3.1
-I/usr/include/AL
-I/home/bigpet/DEV/rpcs3/rpcs3/../ffmpeg/linux/x86_64/include
-I/home/bigpet/DEV/rpcs3/rpcs3
-I/home/bigpet/DEV/rpcs3/rpcs3/Emu
-I/home/bigpet/DEV/rpcs3/rpcs3/Gui
-I/home/bigpet/DEV/rpcs3/rpcs3/Loader
-I/home/bigpet/DEV/rpcs3/rpcs3/Crypto
-I/home/bigpet/DEV/rpcs3/rpcs3/..
-o CMakeFiles/rpcs3.dir/home/bigpet/DEV/rpcs3/Utilities/SMutex.cpp.o
-c /home/bigpet/DEV/rpcs3/Utilities/SMutex.cpp
/usr/bin/clang++ -g -std=c++11 -fsanitize=address -pthread -g -o /home/bigpet/DEV/rpcs3/bin/rpcs3
-L/usr/local/lib
-L/home/bigpet/DEV/rpcs3/rpcs3/../ffmpeg/linux/x86_64/lib
-rdynamic
-L/usr/local/lib
-pthread
-lwx_gtk2u_core-3.1
-lwx_baseu-3.1
-lwx_baseu_net-3.1
-lwx_gtk2u_aui-3.1
-lwx_gtk2u_gl-3.1
-lwx_baseu_xml-3.1
-lopenal
-lGLEW
-lGLU
-lGL
-lSM
-lICE
-lX11
-lXext
-Wl,-Bstatic
-lavformat
-lavcodec
-lavutil
-lswresample
-lswscale
-Wl,-Bdynamic
-lz
-Wl,-rpath,/usr/local/lib:/home/bigpet/DEV/rpcs3/rpcs3/../ffmpeg/linux/x86_64/lib
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment