1
0
forked from Alepha/Alepha

A lot of progress towards unifying the build system.

This commit is contained in:
2023-10-12 18:11:51 -04:00
parent eb803ee5e6
commit 57b68ef8a4
15 changed files with 54 additions and 28 deletions

View File

@ -0,0 +1 @@
unit_test( exception )

View File

@ -1,9 +0,0 @@
CXXFLAGS+= -std=c++2a -I ../
CXXFLAGS+= -g -O0
CXX=g++
CXXFLAGS+= -Wno-inline-namespace-reopened-noninline
CXXFLAGS+= -Wno-unused-comparison
CXXFLAGS+= -DAlepha=MyProject_Alepha
all: exception