Skip to content
Snippets Groups Projects
Commit dc099da2 authored by siflfran's avatar siflfran
Browse files

*** empty log message ***

parent 45e844aa
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ C_INCLUDE = -I. -I/usr/X11R6/include
#-----------------------------------------------------
CC = gcc
COPTS = -O3 -std=c99 -pipe -Wall -D_BSD_SOURCE -D_XOPEN_SOURCE=600 -pedantic -Werror -pedantic-errors
COPTS = -O3 -std=c99 -pipe -Wall -DNDEBUG -D_BSD_SOURCE -D_XOPEN_SOURCE=600 -Werror -pedantic-errors
#COMPILE_FLAGS = -DDEBUG -DTEST -g
CFLAGS = $(COPTS) $(COMPILE_FLAGS) $(C_INCLUDE)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment