Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F102664587
Makefile
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sun, Feb 23, 00:43
Size
231 B
Mime Type
text/x-makefile
Expires
Tue, Feb 25, 00:43 (2 d)
Engine
blob
Format
Raw Data
Handle
24350458
Attached To
R11201 phpc-2021
Makefile
View Options
#OPTIM+=-O3 -march=native
DEBUG+=-g -O1
CXX=g++
CC=g++
LD=${CXX}
CXXFLAGS+=$(OPTIM) $(DEBUG) -Wall -Wextra -std=c++11
LDFLAGS+=$(OPTIM) $(DEBUG) $(CXXFLAGS) -lm
all: read write
pi: read.o write.o
clean:
rm -f read write *.o *~
Event Timeline
Log In to Comment