artulab
projects
/
openbsd
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
2c00681fa2280422dbe83a22b21bd7e80c1bf8e1
[openbsd]
/
1
CXX_SOURCES := main.cpp
2
3
ifneq (,$(findstring icc,$(CC)))
4
CXXFLAGS_EXTRAS := -debug inline-debug-info
5
endif
6
7
8
include Makefile.rules