Skip to content

Instantly share code, notes, and snippets.

@pedohorse
Created January 26, 2022 15:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pedohorse/56e09e63c12d7874fc302c9b556d0a33 to your computer and use it in GitHub Desktop.
Save pedohorse/56e09e63c12d7874fc302c9b556d0a33 to your computer and use it in GitHub Desktop.
--shared
-g
-DMAKING_DSO
-DVERSION=\"${HOU_VER}\"
-D_GLIBCXX_USE_CXX11_ABI=0
-D_GNU_SOURCE
-DLINUX
-DAMD64
-m64
-fPIC
-DSIZEOF_VOID_P=8
-DFBX_ENABLED=1
-DOPENCL_ENABLED=1
-DOPENVDB_ENABLED=1
-DSESI_LITTLE_ENDIAN
-DENABLE_THREADS
-DUSE_PTHREADS
-D_REENTRANT
-D_FILE_OFFSET_BITS=64
-faligned-new
-DGCC4
-DGCC3
-Wno-deprecated
-std=c++14
-isystem
${HFS_DIR}/toolkit/include
-isystem
${HFS_DIR}/toolkit/include/python2.7
-Wall
-W
-Wno-parentheses
-Wno-sign-compare
-Wno-reorder
-Wno-uninitialized
-Wunused
-Wno-unused-parameter
-Wno-unused-local-typedefs
-O3
-fno-strict-aliasing
-L/usr/X11R6/lib64
-L/usr/X11R6/lib
-lGL
-lX11
-lXext
-lXi
-ldl
-Wl,-rpath,'$ORIGIN/julia/lib/'
-ljulia
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment