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

*** empty log message ***

parent 9f336f9a
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ C_INCLUDE = -I. -I/usr/X11R6/include ...@@ -12,7 +12,7 @@ C_INCLUDE = -I. -I/usr/X11R6/include
#----------------------------------------------------- #-----------------------------------------------------
CC = gcc CC = gcc
COPTS = -O3 -std=c99 -pipe -Wall -Wshadow -D_XOPEN_SOURCE=600 -pedantic -Werror -pedantic-errors COPTS = -O3 -std=c99 -pipe -Wall -D_BSD_SOURCE -D_XOPEN_SOURCE=600 -pedantic -Werror -pedantic-errors
#COMPILE_FLAGS = -DDEBUG -DTEST -g #COMPILE_FLAGS = -DDEBUG -DTEST -g
CFLAGS = $(COPTS) $(COMPILE_FLAGS) $(C_INCLUDE) CFLAGS = $(COPTS) $(COMPILE_FLAGS) $(C_INCLUDE)
......
...@@ -4,7 +4,6 @@ ...@@ -4,7 +4,6 @@
CC = @CC@ CC = @CC@
CCFLAGS = @CFLAGS@ -std=c99 -D_BSD_SOURCE -D_XOPEN_SOURCE=600 -Wall -Werror -pedantic -pedantic-errors CCFLAGS = @CFLAGS@ -std=c99 -D_BSD_SOURCE -D_XOPEN_SOURCE=600 -Wall -Werror -pedantic -pedantic-errors
# -march=pentiumpro -mcpu=pentiumpro
RANLIB = @RANLIB@ RANLIB = @RANLIB@
AR = ar clq AR = ar clq
......
...@@ -13,7 +13,7 @@ dateColor #20b2ae ...@@ -13,7 +13,7 @@ dateColor #20b2ae
drawSecondHand 1 drawSecondHand 1
drawDayDate 1 drawDayDate 1
drawAMPM 1 drawAMPM 0
drawTicks 1 drawTicks 1
drawAllTicks 0 drawAllTicks 0
drawForeground 1 drawForeground 1
......
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