Advertisement
Guest User

Untitled

a guest
Aug 9th, 2022
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.80 KB | None | 0 0
  1. clang++ main.cpp /opt/homebrew/opt/sdl2/lib/libSDL2.a /opt/homebrew/opt/sdl2_image/lib/libSDL2_image.a /opt/homebrew/opt/libpng/lib/libpng16.a /opt/homebrew/opt/jpeg-turbo/lib/libjpeg.a /opt/homebrew/opt/libtiff/lib/libtiff.a /opt/homebrew/opt/webp/lib/libwebp.a -o ../bin/get\ the\ cake -std=c++17 -O3 -I/opt/homebrew/opt/sdl2/include/sdl2 -I/opt/homebrew/opt/sdl2_image/include/sdl2 -framework CoreAudio -framework AudioToolBox -framework CoreHaptics -framework GameController -framework ForceFeedback -framework CoreVideo -framework Cocoa -framework Carbon -framework IOKit -framework QuartzCore -framework Metal -framework AppKit -framework CoreFoundation -framework CoreGraphics -framework CoreServices -framework Foundation -lSystem -lobjc -liconv -lz -fsanitize=address -fsanitize=undefined && ../bin/get\ the\ cake
  2.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement