Compile in debug mode
This commit is contained in:
parent
e29b519977
commit
e6d5aac3d4
4
compile
4
compile
@ -1,9 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
CC=clang
|
||||
CFLAGS="-O3 -c -Wall -Isrc/glad/include"
|
||||
CFLAGS="-g -c -Wall -Isrc/glad/include"
|
||||
CXX=clang++
|
||||
CXXFLAGS="-O3 -Wall -std=c++20 $(pkg-config --cflags sdl2) -Isrc/glad/include -Isrc/glm -Isrc/assimp/include -Isrc/assimp/build/include"
|
||||
CXXFLAGS="-g -Wall -std=c++20 $(pkg-config --cflags sdl2) -Isrc/glad/include -Isrc/glm -Isrc/assimp/include -Isrc/assimp/build/include"
|
||||
LIBS="$(pkg-config --libs sdl2) -ldl -lz -lminizip -Lsrc/assimp/build/lib/ -lassimp"
|
||||
GLAD_SRC="src/glad/src/glad.c"
|
||||
GLAD_OBJ="glad.o"
|
||||
|
Loading…
Reference in New Issue
Block a user