- [FIX] Afegit -Wno-deprecated al target macos_debug
- [FIX] Afegits pragma per a que clang no renegue amb una tautología defensiva de stb_vorbis
This commit is contained in:
+1
-1
@@ -36,7 +36,7 @@ buildpath = build
|
||||
|
||||
[macos_debug]
|
||||
compiler = clang++
|
||||
cppflags = -D DEBUG -g -Wall -std=c++20 -Isource
|
||||
cppflags = -D DEBUG -g -Wall -Wno-deprecated -std=c++20 -Isource
|
||||
libs = -lSDL3 -framework OpenGL
|
||||
executable = mini_debug
|
||||
sourcepath = source+
|
||||
|
||||
Reference in New Issue
Block a user