Compare commits
No commits in common. "502fc8939f4eb6eb95089d61faca397cc856a519" and "d261ffee30cfb3f68d4a2ea2fe2ddeef8d8c645d" have entirely different histories.
502fc8939f
...
d261ffee30
4
Makefile
4
Makefile
|
@ -10,9 +10,7 @@ DOXYGEN=doxygen
|
|||
CFLAGS=`pkg-config --cflags gtk4 epoxy glib-2.0 libxml-2.0`
|
||||
LDFLAGS=`pkg-config --libs gtk4 epoxy glib-2.0 libxml-2.0` -lGL -lGLU -lm -lepoxy -lX11 -lGLEW
|
||||
WARNINGS = -Wall
|
||||
DEBUG = -ggdb -fno-omit-frame-pointer \
|
||||
-fdiagnostics-color=always \
|
||||
-fsanitize=address,undefined -fstack-protector-strong
|
||||
DEBUG = -ggdb -fno-omit-frame-pointer #-fdiagnostics-color=always -fsanitize=bounds -fstack-check
|
||||
OPTIMIZE = -O3
|
||||
|
||||
BINDIR=bin
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
(list
|
||||
"bash"
|
||||
"coreutils"
|
||||
"doxygen"
|
||||
"gcc-toolchain"
|
||||
"pkg-config"
|
||||
"valgrind"
|
||||
|
|
Loading…
Reference in New Issue