This repository has been archived on 2024-04-09. You can view files and clone it, but cannot push or open issues/pull-requests.
2023-04-17 00:16:55 +00:00
|
|
|
###### Include Paths ##########################################################
|
|
|
|
-I/c/mr4th/mr4th/src/
|
|
|
|
-I/c/mr4th/mr4th/src/dependencies
|
|
|
|
-I../src/dependencies
|
|
|
|
|
|
|
|
###### CL #####################################################################
|
|
|
|
cl>-FC
|
|
|
|
cl>-GR-
|
|
|
|
cl>-EHa
|
|
|
|
cl>-nologo
|
|
|
|
|
|
|
|
###### Clang ##################################################################
|
|
|
|
clang>-Wno-writable-strings
|
|
|
|
clang>-Wno-switch
|
|
|
|
|
|
|
|
###### Debug ##################################################################
|
|
|
|
debug>-DENABLE_ASSERT=1
|
2023-04-20 03:49:29 +00:00
|
|
|
optimize>-DENABLE_ASSERT=0
|
2023-04-17 00:16:55 +00:00
|
|
|
cl>debug>-Zi
|
|
|
|
|
2023-04-20 03:49:29 +00:00
|
|
|
###### Optimized ##############################################################
|
|
|
|
cl>optimize>-O2
|